Html Css Color HEX #32B580 Jungle Green

📋 copy color: '#32B580'

red 50 ◦ green 181 ◦ blue 128

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

Shades of Jungle Green #32B580

Tints of Jungle Green #32B580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 13.93%
G = 50.42%
B = 35.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#32B580 (or 0x32B580) is known color: Jungle Green. HEX triplet: 32, B5 and 80. RGB value is (50,181,128). Sum of RGB (Red+Green+Blue) = 50+181+128=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #32B580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B580 is #CD4A7F. Grayscale: #878787. Windows color (decimal): -13453952 or 8434994. OLE color: 8434994.

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

Color convert

RGB 50 181 128 -
CMYK 0.72 0 0.29 0.29
HSL 155.73º 0.57% 0.45% -
HSV(B) 155.73º 0.72% 0.71% -
XYZ 21.74 35.28 26.09 -
YUV 135.79 123.6 66.81 -
System Red Green Blue C M Y K H S L
Decimal 50 181 128 0.72 0 0.29 0.29 155.73 0.57 0.45
Hex 32 B5 80 48 0 1D 1D 9C 39 2D
Octal 62 265 200 110 0 35 35 234 71 55
Binary 110010 10110101 10000000 1001000 0 11101 11101 10011100 111001 101101

Color Harmonies of #32B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B580

Black with #32B580

Text Example


Text Example

White with #32B580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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