#316806

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

Shades of Bilbao #316806

Tints of Bilbao #316806

Color information

#316806 (or 0x316806) is unknown color: approx Bilbao. HEX triplet: 31, 68 and 06. RGB value is (49,104,6). Sum of RGB (Red+Green+Blue) = 49+104+6=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #316806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316806 is #CE97F9. Grayscale: #4C4C4C. Windows color (decimal): -13539322 or 419889. OLE color: 419889.

HSL color Cylindrical-coordinate representation of color #316806: hue angle of 93.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #316806 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB491046-
CMYK0.5300.940.59
HSL93.67º89.09%21.57%-
HSV(B)93.67º94.23%40.78%-
XYZ6.2510.571.88-
YUV76.3888.28108.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 104 (41.02% from 255) = 65.41%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=30.82%
G=65.41%
B=3.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4910460.5300.940.5993.6789.0921.57
Hex316863505E3B5e5916
Octal6115066501367313613126
Binary1100011101000110110101010111101110111011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316806; }

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

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

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

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

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

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

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

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