#32965D

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

Shades of Eucalyptus #32965D

Tints of Eucalyptus #32965D

Color information

#32965D (or 0x32965D) is unknown color: approx Eucalyptus. HEX triplet: 32, 96 and 5D. RGB value is (50,150,93). Sum of RGB (Red+Green+Blue) = 50+150+93=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #32965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32965D is #CD69A2. Grayscale: #717171. Windows color (decimal): -13461923 or 6133298. OLE color: 6133298.

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

Color convert

RGB5015093-
CMYK0.6700.380.41
HSL145.8º50%39.22%-
HSV(B)145.8º66.67%58.82%-
XYZ14.223.2814.1-
YUV113.6116.3782.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=17.06%
G=51.19%
B=31.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150930.6700.380.41145.85039.22
Hex32965D4302629923227
Octal62226135103046512226247
Binary1100101001011010111011000011010011010100110010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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