#429668

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

Shades of Eucalyptus #429668

Tints of Eucalyptus #429668

Color information

#429668 (or 0x429668) is unknown color: approx Eucalyptus. HEX triplet: 42, 96 and 68. RGB value is (66,150,104). Sum of RGB (Red+Green+Blue) = 66+150+104=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #429668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429668 is #BD6997. Grayscale: #777777. Windows color (decimal): -12413336 or 6854210. OLE color: 6854210.

HSL color Cylindrical-coordinate representation of color #429668: hue angle of 147.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429668 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB66150104-
CMYK0.5600.310.41
HSL147.14º38.89%42.35%-
HSV(B)147.14º56%58.82%-
XYZ15.6523.9716.9-
YUV119.64119.1789.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=20.62%
G=46.88%
B=32.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501040.5600.310.41147.1438.8942.35
Hex4296683801F2993272a
Octal10222615070037512234752
Binary100001010010110110100011100001111110100110010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429668; }

 p { color: rgb(66,150,104); }

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

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

 a { background-color: rgb(66,150,104); }

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

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

 span { border-color: rgb(66,150,104); }

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