#31710F

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

Shades of Bilbao #31710F

Tints of Bilbao #31710F

Color information

#31710F (or 0x31710F) is unknown color: approx Bilbao. HEX triplet: 31, 71 and 0F. RGB value is (49,113,15). Sum of RGB (Red+Green+Blue) = 49+113+15=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #31710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31710F is #CE8EF0. Grayscale: #535353. Windows color (decimal): -13537009 or 1012017. OLE color: 1012017.

HSL color Cylindrical-coordinate representation of color #31710F: hue angle of 99.18º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31710F is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB4911315-
CMYK0.5700.870.56
HSL99.18º76.56%25.1%-
HSV(B)99.18º86.73%44.31%-
XYZ7.2612.52.48-
YUV82.6989.8103.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 113 (44.53% from 255) = 63.84%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=27.68%
G=63.84%
B=8.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113150.5700.870.5699.1876.5625.1
Hex3171F3905738634d19
Octal61161177101277014311531
Binary11000111100011111111001010101111110001100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31710F; }

 p { color: rgb(49,113,15); }

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

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

 a { background-color: rgb(49,113,15); }

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

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

 span { border-color: rgb(49,113,15); }

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