Html Css Color HEX #32B489 Jungle Green

📋 copy color: '#32B489'

red 50 ◦ green 180 ◦ blue 137

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

Shades of Jungle Green #32B489

Tints of Jungle Green #32B489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 13.62%
G = 49.05%
B = 37.33%

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

#32B489 (or 0x32B489) is known color: Jungle Green. HEX triplet: 32, B4 and 89. RGB value is (50,180,137). Sum of RGB (Red+Green+Blue) = 50+180+137=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #32B489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B489 is #CD4B76. Grayscale: #888888. Windows color (decimal): -13454199 or 9024562. OLE color: 9024562.

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

Color convert

RGB 50 180 137 -
CMYK 0.72 0 0.24 0.29
HSL 160.15º 0.57% 0.45% -
HSV(B) 160.15º 0.72% 0.71% -
XYZ 22.15 35.13 29.28 -
YUV 136.23 128.43 66.5 -
System Red Green Blue C M Y K H S L
Decimal 50 180 137 0.72 0 0.24 0.29 160.15 0.57 0.45
Hex 32 B4 89 48 0 18 1D A0 39 2D
Octal 62 264 211 110 0 30 35 240 71 55
Binary 110010 10110100 10001001 1001000 0 11000 11101 10100000 111001 101101

Color Harmonies of #32B489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B489

Black with #32B489

Text Example


Text Example

White with #32B489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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