Html Css Color HEX #31A579 Jungle Green

📋 copy color: '#31A579'

red 49 ◦ green 165 ◦ blue 121

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

Shades of Jungle Green #31A579

Tints of Jungle Green #31A579

RGB

 RED value IS 49 (19.53% from 255) = 14.63%

 GREEN value IS 165 (64.84% from 255) = 49.25%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 14.63%
G = 49.25%
B = 36.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#31A579 (or 0x31A579) is known color: Jungle Green. HEX triplet: 31, A5 and 79. RGB value is (49,165,121). Sum of RGB (Red+Green+Blue) = 49+165+121=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #31A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A579 is #CE5A86. Grayscale: #7D7D7D. Windows color (decimal): -13523591 or 7972145. OLE color: 7972145.

HSL color Cylindrical-coordinate representation of color #31A579: hue angle of 157.24º 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 #31A579 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 121 -
CMYK 0.70 0 0.27 0.35
HSL 157.24º 0.54% 0.42% -
HSV(B) 157.24º 0.7% 0.65% -
XYZ 18.17 28.94 22.72 -
YUV 125.3 125.57 73.58 -
System Red Green Blue C M Y K H S L
Decimal 49 165 121 0.70 0 0.27 0.35 157.24 0.54 0.42
Hex 31 A5 79 46 0 1B 23 9D 36 2A
Octal 61 245 171 106 0 33 43 235 66 52
Binary 110001 10100101 1111001 1000110 0 11011 100011 10011101 110110 101010

Color Harmonies of #31A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A579

Black with #31A579

Text Example


Text Example

White with #31A579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A579; }

 p { color: rgb(49,165,121); }

 H1.HeaderClassName
 {
   color: #31A579;
 }
 .AnyTagClassName
 {
   color: #31A579;
 }
</style>

background-color css

<style>
 a { background-color: #31A579; }

 a { background-color: rgb(49,165,121); }

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

border-color css

<style>
 span { border-color: #31A579; }

 span { border-color: rgb(49,165,121); }

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