#3A9169

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

Shades of Eucalyptus #3A9169

Tints of Eucalyptus #3A9169

Color information

#3A9169 (or 0x3A9169) is unknown color: approx Eucalyptus. HEX triplet: 3A, 91 and 69. RGB value is (58,145,105). Sum of RGB (Red+Green+Blue) = 58+145+105=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9169 is #C56E96. Grayscale: #727272. Windows color (decimal): -12938903 or 6918458. OLE color: 6918458.

HSL color Cylindrical-coordinate representation of color #3A9169: hue angle of 152.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9169 is Cyan = 0.6, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB58145105-
CMYK0.600.280.43
HSL152.41º42.86%39.8%-
HSV(B)152.41º60%56.86%-
XYZ14.4222.1716.88-
YUV114.43122.6887.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.83%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=18.83%
G=47.08%
B=34.09%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451050.600.280.43152.4142.8639.8
Hex3A91693C01C2B982b28
Octal7222115174034532305350
Binary11101010010001110100111110001110010101110011000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,145,105); }

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

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

 a { background-color: rgb(58,145,105); }

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

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

 span { border-color: rgb(58,145,105); }

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