#319863

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

Shades of Eucalyptus #319863

Tints of Eucalyptus #319863

Color information

#319863 (or 0x319863) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 63. RGB value is (49,152,99). Sum of RGB (Red+Green+Blue) = 49+152+99=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #319863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319863 is #CE679C. Grayscale: #737373. Windows color (decimal): -13526941 or 6527025. OLE color: 6527025.

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

Color convert

RGB4915299-
CMYK0.6800.350.40
HSL149.13º51.24%39.41%-
HSV(B)149.13º67.76%59.61%-
XYZ14.7524.0115.66-
YUV115.16118.8880.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 152 (59.77% from 255) = 50.67%
BLUE value IS 99 (39.06% from 255) = 33%
R=16.33%
G=50.67%
B=33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152990.6800.350.40149.1351.2439.41
Hex3198634402328953327
Octal61230143104043502256347
Binary1100011001100011000111000100010001110100010010101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319863; }

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

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

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

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

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

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

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

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