Html Css Color HEX #31A67C Jungle Green

📋 copy color: '#31A67C'

red 49 ◦ green 166 ◦ blue 124

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

Shades of Jungle Green #31A67C

Tints of Jungle Green #31A67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 14.45%
G = 48.97%
B = 36.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#31A67C (or 0x31A67C) is known color: Jungle Green. HEX triplet: 31, A6 and 7C. RGB value is (49,166,124). Sum of RGB (Red+Green+Blue) = 49+166+124=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #31A67C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A67C is #CE5983. Grayscale: #7E7E7E. Windows color (decimal): -13523332 or 8169009. OLE color: 8169009.

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

Color convert

RGB 49 166 124 -
CMYK 0.70 0 0.25 0.35
HSL 158.46º 0.54% 0.42% -
HSV(B) 158.46º 0.7% 0.65% -
XYZ 18.54 29.38 23.76 -
YUV 126.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 49 166 124 0.70 0 0.25 0.35 158.46 0.54 0.42
Hex 31 A6 7C 46 0 19 23 9E 36 2A
Octal 61 246 174 106 0 31 43 236 66 52
Binary 110001 10100110 1111100 1000110 0 11001 100011 10011110 110110 101010

Color Harmonies of #31A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A67C

Black with #31A67C

Text Example


Text Example

White with #31A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,124); }

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

background-color css

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

 a { background-color: rgb(49,166,124); }

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

border-color css

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

 span { border-color: rgb(49,166,124); }

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