#319368

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

Shades of Eucalyptus #319368

Tints of Eucalyptus #319368

Color information

#319368 (or 0x319368) is unknown color: approx Eucalyptus. HEX triplet: 31, 93 and 68. RGB value is (49,147,104). Sum of RGB (Red+Green+Blue) = 49+147+104=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #319368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319368 is #CE6C97. Grayscale: #707070. Windows color (decimal): -13528216 or 6853425. OLE color: 6853425.

HSL color Cylindrical-coordinate representation of color #319368: hue angle of 153.67º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319368 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB49147104-
CMYK0.6700.290.42
HSL153.67º50%38.43%-
HSV(B)153.67º66.67%57.65%-
XYZ14.222.5216.7-
YUV112.8123.0382.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=16.33%
G=49%
B=34.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471040.6700.290.42153.675038.43
Hex3193684301D2A9a3226
Octal61223150103035522326246
Binary110001100100111101000100001101110110101010011010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319368; }

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

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

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

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

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

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

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

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