Html Css Color HEX #31A583 Jungle Green

📋 copy color: '#31A583'

red 49 ◦ green 165 ◦ blue 131

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

Shades of Jungle Green #31A583

Tints of Jungle Green #31A583

RGB

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

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

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

R = 14.2%
G = 47.83%
B = 37.97%

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

#31A583 (or 0x31A583) is known color: Jungle Green. HEX triplet: 31, A5 and 83. RGB value is (49,165,131). Sum of RGB (Red+Green+Blue) = 49+165+131=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #31A583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A583 is #CE5A7C. Grayscale: #7E7E7E. Windows color (decimal): -13523581 or 8627505. OLE color: 8627505.

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

Color convert

RGB 49 165 131 -
CMYK 0.70 0 0.21 0.35
HSL 162.41º 0.54% 0.42% -
HSV(B) 162.41º 0.7% 0.65% -
XYZ 18.82 29.2 26.12 -
YUV 126.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 49 165 131 0.70 0 0.21 0.35 162.41 0.54 0.42
Hex 31 A5 83 46 0 15 23 A2 36 2A
Octal 61 245 203 106 0 25 43 242 66 52
Binary 110001 10100101 10000011 1000110 0 10101 100011 10100010 110110 101010

Color Harmonies of #31A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A583

Black with #31A583

Text Example


Text Example

White with #31A583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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