Html Css Color HEX #32AF88 Jungle Green

📋 copy color: '#32AF88'

red 50 ◦ green 175 ◦ blue 136

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

Shades of Jungle Green #32AF88

Tints of Jungle Green #32AF88

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.48%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 13.85%
G = 48.48%
B = 37.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#32AF88 (or 0x32AF88) is known color: Jungle Green. HEX triplet: 32, AF and 88. RGB value is (50,175,136). Sum of RGB (Red+Green+Blue) = 50+175+136=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF88 is #CD5077. Grayscale: #858585. Windows color (decimal): -13455480 or 8957746. OLE color: 8957746.

HSL color Cylindrical-coordinate representation of color #32AF88: hue angle of 161.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF88 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 136 -
CMYK 0.71 0 0.22 0.31
HSL 161.28º 0.56% 0.44% -
HSV(B) 161.28º 0.71% 0.69% -
XYZ 21.09 33.12 28.57 -
YUV 133.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 50 175 136 0.71 0 0.22 0.31 161.28 0.56 0.44
Hex 32 AF 88 47 0 16 1F A1 38 2C
Octal 62 257 210 107 0 26 37 241 70 54
Binary 110010 10101111 10001000 1000111 0 10110 11111 10100001 111000 101100

Color Harmonies of #32AF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF88

Black with #32AF88

Text Example


Text Example

White with #32AF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,136); }

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

background-color css

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

 a { background-color: rgb(50,175,136); }

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

border-color css

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

 span { border-color: rgb(50,175,136); }

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