#429069

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

Shades of Eucalyptus #429069

Tints of Eucalyptus #429069

Color information

#429069 (or 0x429069) is unknown color: approx Eucalyptus. HEX triplet: 42, 90 and 69. RGB value is (66,144,105). Sum of RGB (Red+Green+Blue) = 66+144+105=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #429069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429069 is #BD6F96. Grayscale: #747474. Windows color (decimal): -12414871 or 6918210. OLE color: 6918210.

HSL color Cylindrical-coordinate representation of color #429069: hue angle of 150º 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 #429069 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB66144105-
CMYK0.5400.270.44
HSL150º37.14%41.18%-
HSV(B)150º54.17%56.47%-
XYZ14.7722.1216.86-
YUV116.23121.6692.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=20.95%
G=45.71%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441050.5400.270.4415037.1441.18
Hex4290693601B2C962529
Octal10222015166033542264551
Binary100001010010000110100111011001101110110010010110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429069; }

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

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

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

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

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

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

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

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