#319F57

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

Shades of Eucalyptus #319F57

Tints of Eucalyptus #319F57

Color information

#319F57 (or 0x319F57) is unknown color: approx Eucalyptus. HEX triplet: 31, 9F and 57. RGB value is (49,159,87). Sum of RGB (Red+Green+Blue) = 49+159+87=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #319F57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F57 is #CE60A8. Grayscale: #767676. Windows color (decimal): -13525161 or 5742385. OLE color: 5742385.

HSL color Cylindrical-coordinate representation of color #319F57: hue angle of 140.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F57 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB4915987-
CMYK0.6900.450.38
HSL140.73º52.88%40.78%-
HSV(B)140.73º69.18%62.35%-
XYZ15.3926.1413.25-
YUV117.9110.5678.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 159 (62.5% from 255) = 53.90%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=16.61%
G=53.90%
B=29.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49159870.6900.450.38140.7352.8840.78
Hex319F574502D268d3529
Octal61237127105055462156551
Binary1100011001111110101111000101010110110011010001101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319F57; }

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

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

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

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

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

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

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

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