#32966E

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

Shades of Eucalyptus #32966E

Tints of Eucalyptus #32966E

Color information

#32966E (or 0x32966E) is unknown color: approx Eucalyptus. HEX triplet: 32, 96 and 6E. RGB value is (50,150,110). Sum of RGB (Red+Green+Blue) = 50+150+110=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #32966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32966E is #CD6991. Grayscale: #737373. Windows color (decimal): -13461906 or 7247410. OLE color: 7247410.

HSL color Cylindrical-coordinate representation of color #32966E: hue angle of 156º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32966E is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB50150110-
CMYK0.6700.270.41
HSL156º50%39.22%-
HSV(B)156º66.67%58.82%-
XYZ15.0423.6218.52-
YUV115.54124.8781.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=16.13%
G=48.39%
B=35.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501501100.6700.270.411565039.22
Hex32966E4301B299c3227
Octal62226156103033512346247
Binary110010100101101101110100001101101110100110011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32966E; }

 p { color: rgb(50,150,110); }

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

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

 a { background-color: rgb(50,150,110); }

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

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

 span { border-color: rgb(50,150,110); }

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