Html Css Color HEX #32AB7D Jungle Green

📋 copy color: '#32AB7D'

red 50 ◦ green 171 ◦ blue 125

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

Shades of Jungle Green #32AB7D

Tints of Jungle Green #32AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.42%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 14.45%
G = 49.42%
B = 36.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#32AB7D (or 0x32AB7D) is known color: Jungle Green. HEX triplet: 32, AB and 7D. RGB value is (50,171,125). Sum of RGB (Red+Green+Blue) = 50+171+125=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AB7D is #CD5482. Grayscale: #818181. Windows color (decimal): -13456515 or 8235826. OLE color: 8235826.

HSL color Cylindrical-coordinate representation of color #32AB7D: hue angle of 157.19º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB7D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 125 -
CMYK 0.71 0 0.27 0.33
HSL 157.19º 0.55% 0.43% -
HSV(B) 157.19º 0.71% 0.67% -
XYZ 19.58 31.28 24.41 -
YUV 129.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 50 171 125 0.71 0 0.27 0.33 157.19 0.55 0.43
Hex 32 AB 7D 47 0 1B 21 9D 37 2B
Octal 62 253 175 107 0 33 41 235 67 53
Binary 110010 10101011 1111101 1000111 0 11011 100001 10011101 110111 101011

Color Harmonies of #32AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AB7D

Black with #32AB7D

Text Example


Text Example

White with #32AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,171,125); }

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

background-color css

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

 a { background-color: rgb(50,171,125); }

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

border-color css

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

 span { border-color: rgb(50,171,125); }

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