Html Css Color HEX #32AA7C Jungle Green

📋 copy color: '#32AA7C'

red 50 ◦ green 170 ◦ blue 124

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

Shades of Jungle Green #32AA7C

Tints of Jungle Green #32AA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.42%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 14.53%
G = 49.42%
B = 36.05%

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

#32AA7C (or 0x32AA7C) is known color: Jungle Green. HEX triplet: 32, AA and 7C. RGB value is (50,170,124). Sum of RGB (Red+Green+Blue) = 50+170+124=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA7C is #CD5583. Grayscale: #808080. Windows color (decimal): -13456772 or 8170034. OLE color: 8170034.

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

Color convert

RGB 50 170 124 -
CMYK 0.71 0 0.27 0.33
HSL 157º 0.55% 0.43% -
HSV(B) 157º 0.71% 0.67% -
XYZ 19.33 30.88 24.01 -
YUV 128.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 50 170 124 0.71 0 0.27 0.33 157 0.55 0.43
Hex 32 AA 7C 47 0 1B 21 9D 37 2B
Octal 62 252 174 107 0 33 41 235 67 53
Binary 110010 10101010 1111100 1000111 0 11011 100001 10011101 110111 101011

Color Harmonies of #32AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AA7C

Black with #32AA7C

Text Example


Text Example

White with #32AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,170,124); }

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

background-color css

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

 a { background-color: rgb(50,170,124); }

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

border-color css

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

 span { border-color: rgb(50,170,124); }

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