#319854

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

Shades of Eucalyptus #319854

Tints of Eucalyptus #319854

Color information

#319854 (or 0x319854) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 54. RGB value is (49,152,84). Sum of RGB (Red+Green+Blue) = 49+152+84=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #319854 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319854 is #CE67AB. Grayscale: #717171. Windows color (decimal): -13526956 or 5543985. OLE color: 5543985.

HSL color Cylindrical-coordinate representation of color #319854: hue angle of 140.39º 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 #319854 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB4915284-
CMYK0.6800.450.40
HSL140.39º51.24%39.41%-
HSV(B)140.39º67.76%59.61%-
XYZ14.123.7512.23-
YUV113.45111.3882.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 152 (59.77% from 255) = 53.33%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=17.19%
G=53.33%
B=29.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152840.6800.450.40140.3951.2439.41
Hex3198544402D288c3327
Octal61230124104055502146347
Binary1100011001100010101001000100010110110100010001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319854; }

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

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

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

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

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

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

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

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