Html Css Color HEX #31A160 Eucalyptus

📋 copy color: '#31A160'

red 49 ◦ green 161 ◦ blue 96

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

Shades of Eucalyptus #31A160

Tints of Eucalyptus #31A160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 16.01%
G = 52.61%
B = 31.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#31A160 (or 0x31A160) is known color: Eucalyptus. HEX triplet: 31, A1 and 60. RGB value is (49,161,96). Sum of RGB (Red+Green+Blue) = 49+161+96=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #31A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A160 is #CE5E9F. Grayscale: #787878. Windows color (decimal): -13524640 or 6332721. OLE color: 6332721.

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

Color convert

RGB 49 161 96 -
CMYK 0.70 0 0.40 0.37
HSL 145.18º 0.53% 0.41% -
HSV(B) 145.18º 0.7% 0.63% -
XYZ 16.12 26.99 15.43 -
YUV 120.1 114.39 77.29 -
System Red Green Blue C M Y K H S L
Decimal 49 161 96 0.70 0 0.40 0.37 145.18 0.53 0.41
Hex 31 A1 60 46 0 28 25 91 35 29
Octal 61 241 140 106 0 50 45 221 65 51
Binary 110001 10100001 1100000 1000110 0 101000 100101 10010001 110101 101001

Color Harmonies of #31A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A160

Black with #31A160

Text Example


Text Example

White with #31A160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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