#429261

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

Shades of Eucalyptus #429261

Tints of Eucalyptus #429261

Color information

#429261 (or 0x429261) is unknown color: approx Eucalyptus. HEX triplet: 42, 92 and 61. RGB value is (66,146,97). Sum of RGB (Red+Green+Blue) = 66+146+97=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #429261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429261 is #BD6D9E. Grayscale: #747474. Windows color (decimal): -12414367 or 6394434. OLE color: 6394434.

HSL color Cylindrical-coordinate representation of color #429261: hue angle of 143.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429261 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB6614697-
CMYK0.5500.340.43
HSL143.25º37.74%41.57%-
HSV(B)143.25º54.79%57.25%-
XYZ14.6822.5814.89-
YUV116.4911791.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=21.36%
G=47.25%
B=31.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146970.5500.340.43143.2537.7441.57
Hex429261370222B8f262a
Octal10222214167042532174652
Binary1000010100100101100001110111010001010101110001111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429261; }

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

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

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

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

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

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

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

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