#429268

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

Shades of Eucalyptus #429268

Tints of Eucalyptus #429268

Color information

#429268 (or 0x429268) is unknown color: approx Eucalyptus. HEX triplet: 42, 92 and 68. RGB value is (66,146,104). Sum of RGB (Red+Green+Blue) = 66+146+104=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #429268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429268 is #BD6D97. Grayscale: #757575. Windows color (decimal): -12414360 or 6853186. OLE color: 6853186.

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

Color convert

RGB66146104-
CMYK0.5500.290.43
HSL148.5º37.74%41.57%-
HSV(B)148.5º54.79%57.25%-
XYZ15.0222.7216.69-
YUV117.29120.591.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=20.89%
G=46.20%
B=32.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461040.5500.290.43148.537.7441.57
Hex4292683701D2B94262a
Octal10222215067035532244652
Binary100001010010010110100011011101110110101110010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429268; }

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

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

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

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

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

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

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

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