#429C68

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

Shades of Eucalyptus #429C68

Tints of Eucalyptus #429C68

Color information

#429C68 (or 0x429C68) is unknown color: approx Eucalyptus. HEX triplet: 42, 9C and 68. RGB value is (66,156,104). Sum of RGB (Red+Green+Blue) = 66+156+104=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #429C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C68 is #BD6397. Grayscale: #7B7B7B. Windows color (decimal): -12411800 or 6855746. OLE color: 6855746.

HSL color Cylindrical-coordinate representation of color #429C68: hue angle of 145.33º 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 #429C68 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB66156104-
CMYK0.5800.330.39
HSL145.33º40.54%43.53%-
HSV(B)145.33º57.69%61.18%-
XYZ16.6325.9317.23-
YUV123.16117.1887.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 156 (61.33% from 255) = 47.85%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=20.25%
G=47.85%
B=31.90%

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
Decimal661561040.5800.330.39145.3340.5443.53
Hex429C683A0212791292c
Octal10223415072041472215154
Binary1000010100111001101000111010010000110011110010001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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