Html Css Color HEX #32B992 Jungle Green

📋 copy color: '#32B992'

red 50 ◦ green 185 ◦ blue 146

#32B992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #32B992

Tints of Jungle Green #32B992

RGB

 RED value IS 50 (19.92% from 255) = 13.12%

 GREEN value IS 185 (72.66% from 255) = 48.56%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 13.12%
G = 48.56%
B = 38.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#32B992 (or 0x32B992) is known color: Jungle Green. HEX triplet: 32, B9 and 92. RGB value is (50,185,146). Sum of RGB (Red+Green+Blue) = 50+185+146=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #32B992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B992 is #CD466D. Grayscale: #8C8C8C. Windows color (decimal): -13452910 or 9615666. OLE color: 9615666.

HSL color Cylindrical-coordinate representation of color #32B992: hue angle of 162.67º degrees, saturation: 0.57, 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 #32B992 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 185 146 -
CMYK 0.73 0 0.21 0.27
HSL 162.67º 0.57% 0.46% -
HSV(B) 162.67º 0.73% 0.73% -
XYZ 23.85 37.45 33.17 -
YUV 140.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 50 185 146 0.73 0 0.21 0.27 162.67 0.57 0.46
Hex 32 B9 92 49 0 15 1B A3 39 2E
Octal 62 271 222 111 0 25 33 243 71 56
Binary 110010 10111001 10010010 1001001 0 10101 11011 10100011 111001 101110

Color Harmonies of #32B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B992

Black with #32B992

Text Example


Text Example

White with #32B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,185,146); }

 H1.HeaderClassName
 {
   color: #32B992;
 }
 .AnyTagClassName
 {
   color: #32B992;
 }
</style>

background-color css

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

 a { background-color: rgb(50,185,146); }

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

border-color css

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

 span { border-color: rgb(50,185,146); }

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