#31A465

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

Shades of Eucalyptus #31A465

Tints of Eucalyptus #31A465

Color information

#31A465 (or 0x31A465) is unknown color: approx Eucalyptus. HEX triplet: 31, A4 and 65. RGB value is (49,164,101). Sum of RGB (Red+Green+Blue) = 49+164+101=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #31A465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A465 is #CE5B9A. Grayscale: #7A7A7A. Windows color (decimal): -13523867 or 6661169. OLE color: 6661169.

HSL color Cylindrical-coordinate representation of color #31A465: hue angle of 147.13º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A465 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB49164101-
CMYK0.7000.380.36
HSL147.13º53.99%41.76%-
HSV(B)147.13º70.12%64.31%-
XYZ16.8928.1416.85-
YUV122.43115.975.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 164 (64.45% from 255) = 52.23%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=15.61%
G=52.23%
B=32.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491641010.7000.380.36147.1353.9941.76
Hex31A465460262493362a
Octal61244145106046442236652
Binary1100011010010011001011000110010011010010010010011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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