#32976F

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

Shades of Eucalyptus #32976F

Tints of Eucalyptus #32976F

Color information

#32976F (or 0x32976F) is unknown color: approx Eucalyptus. HEX triplet: 32, 97 and 6F. RGB value is (50,151,111). Sum of RGB (Red+Green+Blue) = 50+151+111=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #32976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32976F is #CD6890. Grayscale: #747474. Windows color (decimal): -13461649 or 7313202. OLE color: 7313202.

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

Color convert

RGB50151111-
CMYK0.6700.260.41
HSL156.24º50.25%39.41%-
HSV(B)156.24º66.89%59.22%-
XYZ15.2523.9618.86-
YUV116.24125.0480.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=16.03%
G=48.40%
B=35.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501511110.6700.260.41156.2450.2539.41
Hex32976F4301A299c3227
Octal62227157103032512346247
Binary110010100101111101111100001101101010100110011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,151,111); }

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

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

 a { background-color: rgb(50,151,111); }

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

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

 span { border-color: rgb(50,151,111); }

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