#316901

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

Shades of Bilbao #316901

Tints of Bilbao #316901

Color information

#316901 (or 0x316901) is unknown color: approx Bilbao. HEX triplet: 31, 69 and 01. RGB value is (49,105,1). Sum of RGB (Red+Green+Blue) = 49+105+1=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #316901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316901 is #CE96FE. Grayscale: #4C4C4C. Windows color (decimal): -13539071 or 92465. OLE color: 92465.

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

Color convert

RGB491051-
CMYK0.5300.990.59
HSL92.31º98.11%20.78%-
HSV(B)92.31º99.05%41.18%-
XYZ6.3210.761.77-
YUV76.485.45108.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 105 (41.41% from 255) = 67.74%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=31.61%
G=67.74%
B=0.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4910510.5300.990.5992.3198.1120.78
Hex31691350633B5c6215
Octal6115116501437313414225
Binary11000111010011110101011000111110111011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316901; }

 p { color: rgb(49,105,1); }

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

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

 a { background-color: rgb(49,105,1); }

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

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

 span { border-color: rgb(49,105,1); }

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