#429967

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

Shades of Eucalyptus #429967

Tints of Eucalyptus #429967

Color information

#429967 (or 0x429967) is unknown color: approx Eucalyptus. HEX triplet: 42, 99 and 67. RGB value is (66,153,103). Sum of RGB (Red+Green+Blue) = 66+153+103=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #429967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429967 is #BD6698. Grayscale: #797979. Windows color (decimal): -12412569 or 6789442. OLE color: 6789442.

HSL color Cylindrical-coordinate representation of color #429967: hue angle of 145.52º degrees, saturation: 0.4, 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 #429967 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB66153103-
CMYK0.5700.330.4
HSL145.52º39.73%42.94%-
HSV(B)145.52º56.86%60%-
XYZ16.0924.9216.79-
YUV121.29117.6888.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=20.50%
G=47.52%
B=31.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531030.5700.330.4145.5239.7342.94
Hex429967390212892282b
Octal10223114771041502225053
Binary1000010100110011100111111001010000110100010010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429967; }

 p { color: rgb(66,153,103); }

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

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

 a { background-color: rgb(66,153,103); }

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

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

 span { border-color: rgb(66,153,103); }

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