#316B01

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

Shades of Bilbao #316B01

Tints of Bilbao #316B01

Color information

#316B01 (or 0x316B01) is unknown color: approx Bilbao. HEX triplet: 31, 6B and 01. RGB value is (49,107,1). Sum of RGB (Red+Green+Blue) = 49+107+1=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #316B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316B01 is #CE94FE. Grayscale: #4D4D4D. Windows color (decimal): -13538559 or 92977. OLE color: 92977.

HSL color Cylindrical-coordinate representation of color #316B01: hue angle of 92.83º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #316B01 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB491071-
CMYK0.5400.990.58
HSL92.83º98.15%21.18%-
HSV(B)92.83º99.07%41.96%-
XYZ6.5311.171.84-
YUV77.5784.78107.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 107 (42.19% from 255) = 68.15%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=31.21%
G=68.15%
B=0.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4910710.5400.990.5892.8398.1521.18
Hex316B1360633A5d6215
Octal6115316601437213514225
Binary11000111010111110110011000111110101011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B01; }

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

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

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

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

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

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

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

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