#32946D

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

Shades of Eucalyptus #32946D

Tints of Eucalyptus #32946D

Color information

#32946D (or 0x32946D) is unknown color: approx Eucalyptus. HEX triplet: 32, 94 and 6D. RGB value is (50,148,109). Sum of RGB (Red+Green+Blue) = 50+148+109=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #32946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32946D is #CD6B92. Grayscale: #727272. Windows color (decimal): -13462419 or 7181362. OLE color: 7181362.

HSL color Cylindrical-coordinate representation of color #32946D: hue angle of 156.12º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32946D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB50148109-
CMYK0.6600.260.42
HSL156.12º49.49%38.82%-
HSV(B)156.12º66.22%58.04%-
XYZ14.6722.9618.13-
YUV114.25125.0382.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=16.29%
G=48.21%
B=35.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501481090.6600.260.42156.1249.4938.82
Hex32946D4201A2A9c3127
Octal62224155102032522346147
Binary110010100101001101101100001001101010101010011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,148,109); }

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

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

 a { background-color: rgb(50,148,109); }

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

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

 span { border-color: rgb(50,148,109); }

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