#319366

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

Shades of Eucalyptus #319366

Tints of Eucalyptus #319366

Color information

#319366 (or 0x319366) is unknown color: approx Eucalyptus. HEX triplet: 31, 93 and 66. RGB value is (49,147,102). Sum of RGB (Red+Green+Blue) = 49+147+102=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #319366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319366 is #CE6C99. Grayscale: #707070. Windows color (decimal): -13528218 or 6722353. OLE color: 6722353.

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

Color convert

RGB49147102-
CMYK0.6700.310.42
HSL152.45º50%38.43%-
HSV(B)152.45º66.67%57.65%-
XYZ14.122.4816.17-
YUV112.57122.0382.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=16.44%
G=49.33%
B=34.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471020.6700.310.42152.455038.43
Hex3193664301F2A983226
Octal61223146103037522306246
Binary110001100100111100110100001101111110101010011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319366; }

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

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

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

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

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

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

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

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