#316513

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

Shades of Bilbao #316513

Tints of Bilbao #316513

Color information

#316513 (or 0x316513) is unknown color: approx Bilbao. HEX triplet: 31, 65 and 13. RGB value is (49,101,19). Sum of RGB (Red+Green+Blue) = 49+101+19=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #316513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316513 is #CE9AEC. Grayscale: #4C4C4C. Windows color (decimal): -13540077 or 1271089. OLE color: 1271089.

HSL color Cylindrical-coordinate representation of color #316513: hue angle of 98.05º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316513 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB4910119-
CMYK0.5100.810.60
HSL98.05º68.33%23.53%-
HSV(B)98.05º81.19%39.61%-
XYZ6.0410.012.23-
YUV76.195.77108.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=28.99%
G=59.76%
B=11.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101190.5100.810.6098.0568.3323.53
Hex316513330513C624418
Octal61145236301217414210430
Binary110001110010110011110011010100011111001100010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316513; }

 p { color: rgb(49,101,19); }

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

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

 a { background-color: rgb(49,101,19); }

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

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

 span { border-color: rgb(49,101,19); }

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