Html Css Color HEX #32B484 Jungle Green

📋 copy color: '#32B484'

red 50 ◦ green 180 ◦ blue 132

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

Shades of Jungle Green #32B484

Tints of Jungle Green #32B484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 13.81%
G = 49.72%
B = 36.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#32B484 (or 0x32B484) is known color: Jungle Green. HEX triplet: 32, B4 and 84. RGB value is (50,180,132). Sum of RGB (Red+Green+Blue) = 50+180+132=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #32B484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B484 is #CD4B7B. Grayscale: #878787. Windows color (decimal): -13454204 or 8696882. OLE color: 8696882.

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

Color convert

RGB 50 180 132 -
CMYK 0.72 0 0.27 0.29
HSL 157.85º 0.57% 0.45% -
HSV(B) 157.85º 0.72% 0.71% -
XYZ 21.8 34.99 27.43 -
YUV 135.66 125.93 66.9 -
System Red Green Blue C M Y K H S L
Decimal 50 180 132 0.72 0 0.27 0.29 157.85 0.57 0.45
Hex 32 B4 84 48 0 1B 1D 9E 39 2D
Octal 62 264 204 110 0 33 35 236 71 55
Binary 110010 10110100 10000100 1001000 0 11011 11101 10011110 111001 101101

Color Harmonies of #32B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B484

Black with #32B484

Text Example


Text Example

White with #32B484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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