#32B485

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

Shades of Jungle Green #32B485

Tints of Jungle Green #32B485

Color information

#32B485 (or 0x32B485) is unknown color: approx Jungle Green. HEX triplet: 32, B4 and 85. RGB value is (50,180,133). Sum of RGB (Red+Green+Blue) = 50+180+133=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #32B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B485 is #CD4B7A. Grayscale: #878787. Windows color (decimal): -13454203 or 8762418. OLE color: 8762418.

HSL color Cylindrical-coordinate representation of color #32B485: hue angle of 158.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B485 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB50180133-
CMYK0.7200.260.29
HSL158.31º56.52%45.1%-
HSV(B)158.31º72.22%70.59%-
XYZ21.8735.0127.8-
YUV135.77126.4366.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 180 (70.70% from 255) = 49.59%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=13.77%
G=49.59%
B=36.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501801330.7200.260.29158.3156.5245.1
Hex32B4854801A1D9e392d
Octal62264205110032352367155
Binary110010101101001000010110010000110101110110011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,180,133); }

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

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

 a { background-color: rgb(50,180,133); }

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

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

 span { border-color: rgb(50,180,133); }

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