#32986E

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

Shades of Eucalyptus #32986E

Tints of Eucalyptus #32986E

Color information

#32986E (or 0x32986E) is unknown color: approx Eucalyptus. HEX triplet: 32, 98 and 6E. RGB value is (50,152,110). Sum of RGB (Red+Green+Blue) = 50+152+110=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #32986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32986E is #CD6791. Grayscale: #747474. Windows color (decimal): -13461394 or 7247922. OLE color: 7247922.

HSL color Cylindrical-coordinate representation of color #32986E: hue angle of 155.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32986E is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB50152110-
CMYK0.6700.280.40
HSL155.29º50.5%39.61%-
HSV(B)155.29º67.11%59.61%-
XYZ15.3624.2618.63-
YUV116.71124.2180.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=16.03%
G=48.72%
B=35.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521100.6700.280.40155.2950.539.61
Hex32986E4301C289b3228
Octal62230156103034502336250
Binary110010100110001101110100001101110010100010011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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