#32B287

Color #32B287 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #32B287

Tints of Jungle Green #32B287

Color information

#32B287 (or 0x32B287) is unknown color: approx Jungle Green. HEX triplet: 32, B2 and 87. RGB value is (50,178,135). Sum of RGB (Red+Green+Blue) = 50+178+135=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #32B287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B287 is #CD4D78. Grayscale: #868686. Windows color (decimal): -13454713 or 8892978. OLE color: 8892978.

HSL color Cylindrical-coordinate representation of color #32B287: hue angle of 159.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B287 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB50178135-
CMYK0.7200.240.30
HSL159.84º56.14%44.71%-
HSV(B)159.84º71.91%69.8%-
XYZ21.6134.2728.4-
YUV134.83128.0967.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 178 (69.92% from 255) = 49.04%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=13.77%
G=49.04%
B=37.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501781350.7200.240.30159.8456.1444.71
Hex32B287480181Ea0382d
Octal62262207110030362407055
Binary110010101100101000011110010000110001111010100000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32B287; }

 p { color: rgb(50,178,135); }

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

<style>
 a { background-color: #32B287; }

 a { background-color: rgb(50,178,135); }

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

<style>
 span { border-color: #32B287; }

 span { border-color: rgb(50,178,135); }

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