#31A062

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

Shades of Eucalyptus #31A062

Tints of Eucalyptus #31A062

Color information

#31A062 (or 0x31A062) is unknown color: approx Eucalyptus. HEX triplet: 31, A0 and 62. RGB value is (49,160,98). Sum of RGB (Red+Green+Blue) = 49+160+98=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #31A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A062 is #CE5F9D. Grayscale: #777777. Windows color (decimal): -13524894 or 6463537. OLE color: 6463537.

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

Color convert

RGB4916098-
CMYK0.6900.390.37
HSL146.49º53.11%40.98%-
HSV(B)146.49º69.38%62.75%-
XYZ16.0426.6815.86-
YUV119.74115.7377.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=15.96%
G=52.12%
B=31.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49160980.6900.390.37146.4953.1140.98
Hex31A0624502725923529
Octal61240142105047452226551
Binary1100011010000011000101000101010011110010110010010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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