#32965F

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

Shades of Eucalyptus #32965F

Tints of Eucalyptus #32965F

Color information

#32965F (or 0x32965F) is unknown color: approx Eucalyptus. HEX triplet: 32, 96 and 5F. RGB value is (50,150,95). Sum of RGB (Red+Green+Blue) = 50+150+95=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #32965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32965F is #CD69A0. Grayscale: #717171. Windows color (decimal): -13461921 or 6264370. OLE color: 6264370.

HSL color Cylindrical-coordinate representation of color #32965F: hue angle of 147º 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 #32965F is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5015095-
CMYK0.6700.370.41
HSL147º50%39.22%-
HSV(B)147º66.67%58.82%-
XYZ14.2923.3214.57-
YUV113.83117.3782.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=16.95%
G=50.85%
B=32.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150950.6700.370.411475039.22
Hex32965F4302529933227
Octal62226137103045512236247
Binary1100101001011010111111000011010010110100110010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32965F; }

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

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

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

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

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

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

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

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