#429C69

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

Shades of Eucalyptus #429C69

Tints of Eucalyptus #429C69

Color information

#429C69 (or 0x429C69) is unknown color: approx Eucalyptus. HEX triplet: 42, 9C and 69. RGB value is (66,156,105). Sum of RGB (Red+Green+Blue) = 66+156+105=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #429C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C69 is #BD6396. Grayscale: #7B7B7B. Windows color (decimal): -12411799 or 6921282. OLE color: 6921282.

HSL color Cylindrical-coordinate representation of color #429C69: hue angle of 146º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C69 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB66156105-
CMYK0.5800.330.39
HSL146º40.54%43.53%-
HSV(B)146º57.69%61.18%-
XYZ16.6925.9617.5-
YUV123.28117.6887.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=20.18%
G=47.71%
B=32.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561050.5800.330.3914640.5443.53
Hex429C693A0212792292c
Octal10223415172041472225154
Binary1000010100111001101001111010010000110011110010010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429C69; }

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

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

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

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

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

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

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

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