#31A065

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

Shades of Eucalyptus #31A065

Tints of Eucalyptus #31A065

Color information

#31A065 (or 0x31A065) is unknown color: approx Eucalyptus. HEX triplet: 31, A0 and 65. RGB value is (49,160,101). Sum of RGB (Red+Green+Blue) = 49+160+101=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #31A065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A065 is #CE5F9A. Grayscale: #787878. Windows color (decimal): -13524891 or 6660145. OLE color: 6660145.

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

Color convert

RGB49160101-
CMYK0.6900.370.37
HSL148.11º53.11%40.98%-
HSV(B)148.11º69.38%62.75%-
XYZ16.1926.7316.62-
YUV120.08117.2377.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=15.81%
G=51.61%
B=32.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491601010.6900.370.37148.1153.1140.98
Hex31A0654502525943529
Octal61240145105045452246551
Binary1100011010000011001011000101010010110010110010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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