#429067

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

Shades of Eucalyptus #429067

Tints of Eucalyptus #429067

Color information

#429067 (or 0x429067) is unknown color: approx Eucalyptus. HEX triplet: 42, 90 and 67. RGB value is (66,144,103). Sum of RGB (Red+Green+Blue) = 66+144+103=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #429067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429067 is #BD6F98. Grayscale: #747474. Windows color (decimal): -12414873 or 6787138. OLE color: 6787138.

HSL color Cylindrical-coordinate representation of color #429067: hue angle of 148.46º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429067 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB66144103-
CMYK0.5400.280.44
HSL148.46º37.14%41.18%-
HSV(B)148.46º54.17%56.47%-
XYZ14.6722.0816.32-
YUV116120.6692.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=21.09%
G=46.01%
B=32.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441030.5400.280.44148.4637.1441.18
Hex4290673601C2C942529
Octal10222014766034542244551
Binary100001010010000110011111011001110010110010010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429067; }

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

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

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

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

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

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

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

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