#429364

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

Shades of Eucalyptus #429364

Tints of Eucalyptus #429364

Color information

#429364 (or 0x429364) is unknown color: approx Eucalyptus. HEX triplet: 42, 93 and 64. RGB value is (66,147,100). Sum of RGB (Red+Green+Blue) = 66+147+100=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #429364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429364 is #BD6C9B. Grayscale: #757575. Windows color (decimal): -12414108 or 6591298. OLE color: 6591298.

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

Color convert

RGB66147100-
CMYK0.5500.320.42
HSL145.19º38.03%41.76%-
HSV(B)145.19º55.1%57.65%-
XYZ14.9822.9515.7-
YUV117.42118.1691.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=21.09%
G=46.96%
B=31.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471000.5500.320.42145.1938.0341.76
Hex429364370202A91262a
Octal10222314467040522214652
Binary1000010100100111100100110111010000010101010010001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429364; }

 p { color: rgb(66,147,100); }

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

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

 a { background-color: rgb(66,147,100); }

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

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

 span { border-color: rgb(66,147,100); }

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