#319957

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

Shades of Eucalyptus #319957

Tints of Eucalyptus #319957

Color information

#319957 (or 0x319957) is unknown color: approx Eucalyptus. HEX triplet: 31, 99 and 57. RGB value is (49,153,87). Sum of RGB (Red+Green+Blue) = 49+153+87=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #319957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319957 is #CE66A8. Grayscale: #727272. Windows color (decimal): -13526697 or 5740849. OLE color: 5740849.

HSL color Cylindrical-coordinate representation of color #319957: hue angle of 141.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319957 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB4915387-
CMYK0.6800.430.4
HSL141.92º51.49%39.61%-
HSV(B)141.92º67.97%60%-
XYZ14.3824.1212.92-
YUV114.38112.5481.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=16.96%
G=52.94%
B=30.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49153870.6800.430.4141.9251.4939.61
Hex3199574402B288e3328
Octal61231127104053502166350
Binary1100011001100110101111000100010101110100010001110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319957; }

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

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

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

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

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

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

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

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