#429161

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

Shades of Eucalyptus #429161

Tints of Eucalyptus #429161

Color information

#429161 (or 0x429161) is unknown color: approx Eucalyptus. HEX triplet: 42, 91 and 61. RGB value is (66,145,97). Sum of RGB (Red+Green+Blue) = 66+145+97=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #429161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429161 is #BD6E9E. Grayscale: #747474. Windows color (decimal): -12414623 or 6394178. OLE color: 6394178.

HSL color Cylindrical-coordinate representation of color #429161: hue angle of 143.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429161 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB6614597-
CMYK0.5400.330.43
HSL143.54º37.44%41.37%-
HSV(B)143.54º54.48%56.86%-
XYZ14.5322.2714.84-
YUV115.91117.3392.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=21.43%
G=47.08%
B=31.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145970.5400.330.43143.5437.4441.37
Hex429161360212B902529
Octal10222114166041532204551
Binary1000010100100011100001110110010000110101110010000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429161; }

 p { color: rgb(66,145,97); }

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

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

 a { background-color: rgb(66,145,97); }

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

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

 span { border-color: rgb(66,145,97); }

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