Html Css Color HEX #32B58A Jungle Green

📋 copy color: '#32B58A'

red 50 ◦ green 181 ◦ blue 138

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

Shades of Jungle Green #32B58A

Tints of Jungle Green #32B58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.05%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 13.55%
G = 49.05%
B = 37.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#32B58A (or 0x32B58A) is known color: Jungle Green. HEX triplet: 32, B5 and 8A. RGB value is (50,181,138). Sum of RGB (Red+Green+Blue) = 50+181+138=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #32B58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B58A is #CD4A75. Grayscale: #888888. Windows color (decimal): -13453942 or 9090354. OLE color: 9090354.

HSL color Cylindrical-coordinate representation of color #32B58A: hue angle of 160.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 #32B58A is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 138 -
CMYK 0.72 0 0.24 0.29
HSL 160.31º 0.57% 0.45% -
HSV(B) 160.31º 0.72% 0.71% -
XYZ 22.43 35.56 29.73 -
YUV 136.93 128.6 66 -
System Red Green Blue C M Y K H S L
Decimal 50 181 138 0.72 0 0.24 0.29 160.31 0.57 0.45
Hex 32 B5 8A 48 0 18 1D A0 39 2D
Octal 62 265 212 110 0 30 35 240 71 55
Binary 110010 10110101 10001010 1001000 0 11000 11101 10100000 111001 101101

Color Harmonies of #32B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B58A

Black with #32B58A

Text Example


Text Example

White with #32B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,138); }

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

background-color css

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

 a { background-color: rgb(50,181,138); }

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

border-color css

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

 span { border-color: rgb(50,181,138); }

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