Html Css Color HEX #32AD87 Jungle Green

📋 copy color: '#32AD87'

red 50 ◦ green 173 ◦ blue 135

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

Shades of Jungle Green #32AD87

Tints of Jungle Green #32AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.71%

R = 13.97%
G = 48.32%
B = 37.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#32AD87 (or 0x32AD87) is known color: Jungle Green. HEX triplet: 32, AD and 87. RGB value is (50,173,135). Sum of RGB (Red+Green+Blue) = 50+173+135=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AD87 is #CD5278. Grayscale: #838383. Windows color (decimal): -13455993 or 8891698. OLE color: 8891698.

HSL color Cylindrical-coordinate representation of color #32AD87: hue angle of 161.46º 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 #32AD87 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 173 135 -
CMYK 0.71 0 0.22 0.32
HSL 161.46º 0.55% 0.44% -
HSV(B) 161.46º 0.71% 0.68% -
XYZ 20.63 32.31 28.07 -
YUV 131.89 129.75 69.59 -
System Red Green Blue C M Y K H S L
Decimal 50 173 135 0.71 0 0.22 0.32 161.46 0.55 0.44
Hex 32 AD 87 47 0 16 20 A1 37 2C
Octal 62 255 207 107 0 26 40 241 67 54
Binary 110010 10101101 10000111 1000111 0 10110 100000 10100001 110111 101100

Color Harmonies of #32AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD87

Black with #32AD87

Text Example


Text Example

White with #32AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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