#3A8A65

Color #3A8A65 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #3A8A65

Tints of Eucalyptus #3A8A65

Color information

#3A8A65 (or 0x3A8A65) is unknown color: approx Eucalyptus. HEX triplet: 3A, 8A and 65. RGB value is (58,138,101). Sum of RGB (Red+Green+Blue) = 58+138+101=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A65 is #C5759A. Grayscale: #6D6D6D. Windows color (decimal): -12940699 or 6654522. OLE color: 6654522.

HSL color Cylindrical-coordinate representation of color #3A8A65: hue angle of 152.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A65 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB58138101-
CMYK0.5800.270.46
HSL152.25º40.82%38.43%-
HSV(B)152.25º57.97%54.12%-
XYZ13.1820.0215.48-
YUV109.8612391.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=19.53%
G=46.46%
B=34.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381010.5800.270.46152.2540.8238.43
Hex3A8A653A01B2E982926
Octal7221214572033562305146
Binary11101010001010110010111101001101110111010011000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A8A65; }

 p { color: rgb(58,138,101); }

 H1.HeaderClassName
 {
   color: #3A8A65;
 }
 .AnyTagClassName
 {
   color: #3A8A65;
 }
</style>
background-color css

<style>
 a { background-color: #3A8A65; }

 a { background-color: rgb(58,138,101); }

 div.DivClassName
 {
   background-color: #3A8A65;
 }
 .BgClassName
 {
   background-color: #3A8A65;
 }
</style>
border-color css

<style>
 span { border-color: #3A8A65; }

 span { border-color: rgb(58,138,101); }

 td.TdClassName
 {
   border-color: #3A8A65;
 }
 .TagClassName
 {
   border-color: #3A8A65;
 }
</style>