Html Css Color HEX #32AD7F Jungle Green

📋 copy color: '#32AD7F'

red 50 ◦ green 173 ◦ blue 127

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

Shades of Jungle Green #32AD7F

Tints of Jungle Green #32AD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 14.29%
G = 49.43%
B = 36.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#32AD7F (or 0x32AD7F) is known color: Jungle Green. HEX triplet: 32, AD and 7F. RGB value is (50,173,127). Sum of RGB (Red+Green+Blue) = 50+173+127=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AD7F is #CD5280. Grayscale: #838383. Windows color (decimal): -13456001 or 8367410. OLE color: 8367410.

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

Color convert

RGB 50 173 127 -
CMYK 0.71 0 0.27 0.32
HSL 157.56º 0.55% 0.44% -
HSV(B) 157.56º 0.71% 0.68% -
XYZ 20.09 32.1 25.22 -
YUV 130.98 125.75 70.24 -
System Red Green Blue C M Y K H S L
Decimal 50 173 127 0.71 0 0.27 0.32 157.56 0.55 0.44
Hex 32 AD 7F 47 0 1B 20 9E 37 2C
Octal 62 255 177 107 0 33 40 236 67 54
Binary 110010 10101101 1111111 1000111 0 11011 100000 10011110 110111 101100

Color Harmonies of #32AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD7F

Black with #32AD7F

Text Example


Text Example

White with #32AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,173,127); }

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

background-color css

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

 a { background-color: rgb(50,173,127); }

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

border-color css

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

 span { border-color: rgb(50,173,127); }

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