#429865

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

Shades of Eucalyptus #429865

Tints of Eucalyptus #429865

Color information

#429865 (or 0x429865) is unknown color: approx Eucalyptus. HEX triplet: 42, 98 and 65. RGB value is (66,152,101). Sum of RGB (Red+Green+Blue) = 66+152+101=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #429865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429865 is #BD679A. Grayscale: #787878. Windows color (decimal): -12412827 or 6658114. OLE color: 6658114.

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

Color convert

RGB66152101-
CMYK0.5700.340.40
HSL144.42º39.45%42.75%-
HSV(B)144.42º56.58%59.61%-
XYZ15.8224.5516.22-
YUV120.47117.0189.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=20.69%
G=47.65%
B=31.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521010.5700.340.40144.4239.4542.75
Hex429865390222890272b
Octal10223014571042502204753
Binary1000010100110001100101111001010001010100010010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429865; }

 p { color: rgb(66,152,101); }

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

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

 a { background-color: rgb(66,152,101); }

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

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

 span { border-color: rgb(66,152,101); }

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