#319557

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

Shades of Eucalyptus #319557

Tints of Eucalyptus #319557

Color information

#319557 (or 0x319557) is unknown color: approx Eucalyptus. HEX triplet: 31, 95 and 57. RGB value is (49,149,87). Sum of RGB (Red+Green+Blue) = 49+149+87=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #319557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319557 is #CE6AA8. Grayscale: #707070. Windows color (decimal): -13527721 or 5739825. OLE color: 5739825.

HSL color Cylindrical-coordinate representation of color #319557: hue angle of 142.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319557 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB4914987-
CMYK0.6700.420.42
HSL142.8º50.51%38.82%-
HSV(B)142.8º67.11%58.43%-
XYZ13.7322.8412.7-
YUV112.03113.8783.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=17.19%
G=52.28%
B=30.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149870.6700.420.42142.850.5138.82
Hex3195574302A2A8f3327
Octal61225127103052522176347
Binary1100011001010110101111000011010101010101010001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319557; }

 p { color: rgb(49,149,87); }

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

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

 a { background-color: rgb(49,149,87); }

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

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

 span { border-color: rgb(49,149,87); }

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