#31A064

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

Shades of Eucalyptus #31A064

Tints of Eucalyptus #31A064

Color information

#31A064 (or 0x31A064) is unknown color: approx Eucalyptus. HEX triplet: 31, A0 and 64. RGB value is (49,160,100). Sum of RGB (Red+Green+Blue) = 49+160+100=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #31A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A064 is #CE5F9B. Grayscale: #787878. Windows color (decimal): -13524892 or 6594609. OLE color: 6594609.

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

Color convert

RGB49160100-
CMYK0.6900.380.37
HSL147.57º53.11%40.98%-
HSV(B)147.57º69.38%62.75%-
XYZ16.1426.7116.36-
YUV119.97116.7377.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 160 (62.89% from 255) = 51.78%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=15.86%
G=51.78%
B=32.36%

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
Decimal491601000.6900.380.37147.5753.1140.98
Hex31A0644502625943529
Octal61240144105046452246551
Binary1100011010000011001001000101010011010010110010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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