Html Css Color HEX #31B786 Jungle Green

📋 copy color: '#31B786'

red 49 ◦ green 183 ◦ blue 134

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

Shades of Jungle Green #31B786

Tints of Jungle Green #31B786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 13.39%
G = 50%
B = 36.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#31B786 (or 0x31B786) is known color: Jungle Green. HEX triplet: 31, B7 and 86. RGB value is (49,183,134). Sum of RGB (Red+Green+Blue) = 49+183+134=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #31B786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B786 is #CE4879. Grayscale: #898989. Windows color (decimal): -13518970 or 8828721. OLE color: 8828721.

HSL color Cylindrical-coordinate representation of color #31B786: hue angle of 158.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B786 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 183 134 -
CMYK 0.73 0 0.27 0.28
HSL 158.06º 0.58% 0.45% -
HSV(B) 158.06º 0.73% 0.72% -
XYZ 22.5 36.24 28.36 -
YUV 137.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 49 183 134 0.73 0 0.27 0.28 158.06 0.58 0.45
Hex 31 B7 86 49 0 1B 1C 9E 3A 2D
Octal 61 267 206 111 0 33 34 236 72 55
Binary 110001 10110111 10000110 1001001 0 11011 11100 10011110 111010 101101

Color Harmonies of #31B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B786

Black with #31B786

Text Example


Text Example

White with #31B786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,183,134); }

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

background-color css

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

 a { background-color: rgb(49,183,134); }

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

border-color css

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

 span { border-color: rgb(49,183,134); }

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