#319860

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

Shades of Eucalyptus #319860

Tints of Eucalyptus #319860

Color information

#319860 (or 0x319860) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 60. RGB value is (49,152,96). Sum of RGB (Red+Green+Blue) = 49+152+96=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #319860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319860 is #CE679F. Grayscale: #727272. Windows color (decimal): -13526944 or 6330417. OLE color: 6330417.

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

Color convert

RGB4915296-
CMYK0.6800.370.40
HSL147.38º51.24%39.41%-
HSV(B)147.38º67.76%59.61%-
XYZ14.6123.9514.92-
YUV114.82117.3881.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=16.50%
G=51.18%
B=32.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152960.6800.370.40147.3851.2439.41
Hex3198604402528933327
Octal61230140104045502236347
Binary1100011001100011000001000100010010110100010010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319860; }

 p { color: rgb(49,152,96); }

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

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

 a { background-color: rgb(49,152,96); }

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

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

 span { border-color: rgb(49,152,96); }

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