Html Css Color HEX #32B58B Jungle Green

📋 copy color: '#32B58B'

red 50 ◦ green 181 ◦ blue 139

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

Shades of Jungle Green #32B58B

Tints of Jungle Green #32B58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 13.51%
G = 48.92%
B = 37.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#32B58B (or 0x32B58B) is known color: Jungle Green. HEX triplet: 32, B5 and 8B. RGB value is (50,181,139). Sum of RGB (Red+Green+Blue) = 50+181+139=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #32B58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B58B is #CD4A74. Grayscale: #898989. Windows color (decimal): -13453941 or 9155890. OLE color: 9155890.

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

Color convert

RGB 50 181 139 -
CMYK 0.72 0 0.23 0.29
HSL 160.76º 0.57% 0.45% -
HSV(B) 160.76º 0.72% 0.71% -
XYZ 22.5 35.59 30.11 -
YUV 137.04 129.1 65.92 -
System Red Green Blue C M Y K H S L
Decimal 50 181 139 0.72 0 0.23 0.29 160.76 0.57 0.45
Hex 32 B5 8B 48 0 17 1D A1 39 2D
Octal 62 265 213 110 0 27 35 241 71 55
Binary 110010 10110101 10001011 1001000 0 10111 11101 10100001 111001 101101

Color Harmonies of #32B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B58B

Black with #32B58B

Text Example


Text Example

White with #32B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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