#31A06E

Color #31A06E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #31A06E

Tints of Eucalyptus #31A06E

Color information

#31A06E (or 0x31A06E) is unknown color: approx Eucalyptus. HEX triplet: 31, A0 and 6E. RGB value is (49,160,110). Sum of RGB (Red+Green+Blue) = 49+160+110=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #31A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A06E is #CE5F91. Grayscale: #797979. Windows color (decimal): -13524882 or 7249969. OLE color: 7249969.

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

Color convert

RGB49160110-
CMYK0.6900.310.37
HSL152.97º53.11%40.98%-
HSV(B)152.97º69.38%62.75%-
XYZ16.6526.9219.07-
YUV121.11121.7376.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=15.36%
G=50.16%
B=34.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491601100.6900.310.37152.9753.1140.98
Hex31A06E4501F25993529
Octal61240156105037452316551
Binary110001101000001101110100010101111110010110011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,160,110); }

 H1.HeaderClassName
 {
   color: #31A06E;
 }
 .AnyTagClassName
 {
   color: #31A06E;
 }
</style>
background-color css

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

 a { background-color: rgb(49,160,110); }

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

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

 span { border-color: rgb(49,160,110); }

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