#319468

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

Shades of Eucalyptus #319468

Tints of Eucalyptus #319468

Color information

#319468 (or 0x319468) is unknown color: approx Eucalyptus. HEX triplet: 31, 94 and 68. RGB value is (49,148,104). Sum of RGB (Red+Green+Blue) = 49+148+104=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #319468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319468 is #CE6B97. Grayscale: #717171. Windows color (decimal): -13527960 or 6853681. OLE color: 6853681.

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

Color convert

RGB49148104-
CMYK0.6700.300.42
HSL153.33º50.25%38.63%-
HSV(B)153.33º66.89%58.04%-
XYZ14.3622.8316.75-
YUV113.38122.782.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=16.28%
G=49.17%
B=34.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491481040.6700.300.42153.3350.2538.63
Hex3194684301E2A993227
Octal61224150103036522316247
Binary110001100101001101000100001101111010101010011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319468; }

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

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

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

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

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

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

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

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