#32BA8F

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

Shades of Jungle Green #32BA8F

Tints of Jungle Green #32BA8F

Color information

#32BA8F (or 0x32BA8F) is unknown color: approx Jungle Green. HEX triplet: 32, BA and 8F. RGB value is (50,186,143). Sum of RGB (Red+Green+Blue) = 50+186+143=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BA8F is #CD4570. Grayscale: #8C8C8C. Windows color (decimal): -13452657 or 9419314. OLE color: 9419314.

HSL color Cylindrical-coordinate representation of color #32BA8F: hue angle of 161.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA8F is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB50186143-
CMYK0.7300.230.27
HSL161.03º57.63%46.27%-
HSV(B)161.03º73.12%72.94%-
XYZ23.8337.7832.02-
YUV140.43129.4463.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.19%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=13.19%
G=49.08%
B=37.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501861430.7300.230.27161.0357.6346.27
Hex32BA8F490171Ba13a2e
Octal62272217111027332417256
Binary110010101110101000111110010010101111101110100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,186,143); }

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

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

 a { background-color: rgb(50,186,143); }

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

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

 span { border-color: rgb(50,186,143); }

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