#319868

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

Shades of Eucalyptus #319868

Tints of Eucalyptus #319868

Color information

#319868 (or 0x319868) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 68. RGB value is (49,152,104). Sum of RGB (Red+Green+Blue) = 49+152+104=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #319868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319868 is #CE6797. Grayscale: #737373. Windows color (decimal): -13526936 or 6854705. OLE color: 6854705.

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

Color convert

RGB49152104-
CMYK0.6800.320.40
HSL152.04º51.24%39.41%-
HSV(B)152.04º67.76%59.61%-
XYZ14.9924.1116.96-
YUV115.73121.3880.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=16.07%
G=49.84%
B=34.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521040.6800.320.40152.0451.2439.41
Hex3198684402028983327
Octal61230150104040502306347
Binary1100011001100011010001000100010000010100010011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319868; }

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

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

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

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

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

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

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

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