Html Css Color HEX #31A660 Eucalyptus

📋 copy color: '#31A660'

red 49 ◦ green 166 ◦ blue 96

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

Shades of Eucalyptus #31A660

Tints of Eucalyptus #31A660

RGB

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

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

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

R = 15.76%
G = 53.38%
B = 30.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#31A660 (or 0x31A660) is known color: Eucalyptus. HEX triplet: 31, A6 and 60. RGB value is (49,166,96). Sum of RGB (Red+Green+Blue) = 49+166+96=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #31A660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A660 is #CE599F. Grayscale: #7B7B7B. Windows color (decimal): -13523360 or 6334001. OLE color: 6334001.

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

Color convert

RGB 49 166 96 -
CMYK 0.70 0 0.42 0.35
HSL 144.1º 0.54% 0.42% -
HSV(B) 144.1º 0.7% 0.65% -
XYZ 17.01 28.77 15.72 -
YUV 123.04 112.74 75.19 -
System Red Green Blue C M Y K H S L
Decimal 49 166 96 0.70 0 0.42 0.35 144.1 0.54 0.42
Hex 31 A6 60 46 0 2A 23 90 36 2A
Octal 61 246 140 106 0 52 43 220 66 52
Binary 110001 10100110 1100000 1000110 0 101010 100011 10010000 110110 101010

Color Harmonies of #31A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A660

Black with #31A660

Text Example


Text Example

White with #31A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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