#316803

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

Shades of Bilbao #316803

Tints of Bilbao #316803

Color information

#316803 (or 0x316803) is unknown color: approx Bilbao. HEX triplet: 31, 68 and 03. RGB value is (49,104,3). Sum of RGB (Red+Green+Blue) = 49+104+3=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #316803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316803 is #CE97FC. Grayscale: #4C4C4C. Windows color (decimal): -13539325 or 223281. OLE color: 223281.

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

Color convert

RGB491043-
CMYK0.5300.970.59
HSL92.67º94.39%20.98%-
HSV(B)92.67º97.12%40.78%-
XYZ6.2310.561.8-
YUV76.0486.78108.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 104 (41.02% from 255) = 66.67%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=31.41%
G=66.67%
B=1.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4910430.5300.970.5992.6794.3920.98
Hex31683350613B5d5e15
Octal6115036501417313513625
Binary110001110100011110101011000011110111011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316803; }

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

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

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

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

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

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

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

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