Html Css Color HEX #31A16D Eucalyptus

📋 copy color: '#31A16D'

red 49 ◦ green 161 ◦ blue 109

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

Shades of Eucalyptus #31A16D

Tints of Eucalyptus #31A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.47%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 15.36%
G = 50.47%
B = 34.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#31A16D (or 0x31A16D) is known color: Eucalyptus. HEX triplet: 31, A1 and 6D. RGB value is (49,161,109). Sum of RGB (Red+Green+Blue) = 49+161+109=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #31A16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A16D is #CE5E92. Grayscale: #797979. Windows color (decimal): -13524627 or 7184689. OLE color: 7184689.

HSL color Cylindrical-coordinate representation of color #31A16D: hue angle of 152.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A16D is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 109 -
CMYK 0.70 0 0.32 0.37
HSL 152.14º 0.53% 0.41% -
HSV(B) 152.14º 0.7% 0.63% -
XYZ 16.77 27.25 18.84 -
YUV 121.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 49 161 109 0.70 0 0.32 0.37 152.14 0.53 0.41
Hex 31 A1 6D 46 0 20 25 98 35 29
Octal 61 241 155 106 0 40 45 230 65 51
Binary 110001 10100001 1101101 1000110 0 100000 100101 10011000 110101 101001

Color Harmonies of #31A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A16D

Black with #31A16D

Text Example


Text Example

White with #31A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,161,109); }

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

background-color css

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

 a { background-color: rgb(49,161,109); }

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

border-color css

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

 span { border-color: rgb(49,161,109); }

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