#429366

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

Shades of Eucalyptus #429366

Tints of Eucalyptus #429366

Color information

#429366 (or 0x429366) is unknown color: approx Eucalyptus. HEX triplet: 42, 93 and 66. RGB value is (66,147,102). Sum of RGB (Red+Green+Blue) = 66+147+102=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #429366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429366 is #BD6C99. Grayscale: #757575. Windows color (decimal): -12414106 or 6722370. OLE color: 6722370.

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

Color convert

RGB66147102-
CMYK0.5500.310.42
HSL146.67º38.03%41.76%-
HSV(B)146.67º55.1%57.65%-
XYZ15.0822.9816.21-
YUV117.65119.1691.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=20.95%
G=46.67%
B=32.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471020.5500.310.42146.6738.0341.76
Hex4293663701F2A93262a
Octal10222314667037522234652
Binary100001010010011110011011011101111110101010010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429366; }

 p { color: rgb(66,147,102); }

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

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

 a { background-color: rgb(66,147,102); }

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

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

 span { border-color: rgb(66,147,102); }

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