Html Css Color HEX #32A683 Jungle Green

📋 copy color: '#32A683'

red 50 ◦ green 166 ◦ blue 131

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

Shades of Jungle Green #32A683

Tints of Jungle Green #32A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.84%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 14.41%
G = 47.84%
B = 37.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#32A683 (or 0x32A683) is known color: Jungle Green. HEX triplet: 32, A6 and 83. RGB value is (50,166,131). Sum of RGB (Red+Green+Blue) = 50+166+131=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #32A683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A683 is #CD597C. Grayscale: #7F7F7F. Windows color (decimal): -13457789 or 8627762. OLE color: 8627762.

HSL color Cylindrical-coordinate representation of color #32A683: hue angle of 161.9º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A683 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 166 131 -
CMYK 0.70 0 0.21 0.35
HSL 161.9º 0.54% 0.42% -
HSV(B) 161.9º 0.7% 0.65% -
XYZ 19.05 29.59 26.18 -
YUV 127.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 50 166 131 0.70 0 0.21 0.35 161.9 0.54 0.42
Hex 32 A6 83 46 0 15 23 A2 36 2A
Octal 62 246 203 106 0 25 43 242 66 52
Binary 110010 10100110 10000011 1000110 0 10101 100011 10100010 110110 101010

Color Harmonies of #32A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A683

Black with #32A683

Text Example


Text Example

White with #32A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,166,131); }

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

background-color css

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

 a { background-color: rgb(50,166,131); }

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

border-color css

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

 span { border-color: rgb(50,166,131); }

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