#319563

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

Shades of Eucalyptus #319563

Tints of Eucalyptus #319563

Color information

#319563 (or 0x319563) is unknown color: approx Eucalyptus. HEX triplet: 31, 95 and 63. RGB value is (49,149,99). Sum of RGB (Red+Green+Blue) = 49+149+99=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #319563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319563 is #CE6A9C. Grayscale: #717171. Windows color (decimal): -13527709 or 6526257. OLE color: 6526257.

HSL color Cylindrical-coordinate representation of color #319563: hue angle of 150º 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 #319563 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB4914999-
CMYK0.6700.340.42
HSL150º50.51%38.82%-
HSV(B)150º67.11%58.43%-
XYZ14.2723.0515.5-
YUV113.4119.8782.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=16.50%
G=50.17%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149990.6700.340.4215050.5138.82
Hex319563430222A963327
Octal61225143103042522266347
Binary1100011001010111000111000011010001010101010010110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319563; }

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

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

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

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

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

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

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

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