#31A063

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

Shades of Eucalyptus #31A063

Tints of Eucalyptus #31A063

Color information

#31A063 (or 0x31A063) is unknown color: approx Eucalyptus. HEX triplet: 31, A0 and 63. RGB value is (49,160,99). Sum of RGB (Red+Green+Blue) = 49+160+99=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #31A063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A063 is #CE5F9C. Grayscale: #777777. Windows color (decimal): -13524893 or 6529073. OLE color: 6529073.

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

Color convert

RGB4916099-
CMYK0.6900.380.37
HSL147.03º53.11%40.98%-
HSV(B)147.03º69.38%62.75%-
XYZ16.0926.716.11-
YUV119.86116.2377.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 160 (62.89% from 255) = 51.95%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=15.91%
G=51.95%
B=32.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49160990.6900.380.37147.0353.1140.98
Hex31A0634502625933529
Octal61240143105046452236551
Binary1100011010000011000111000101010011010010110010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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