#31700D

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

Shades of Bilbao #31700D

Tints of Bilbao #31700D

Color information

#31700D (or 0x31700D) is unknown color: approx Bilbao. HEX triplet: 31, 70 and 0D. RGB value is (49,112,13). Sum of RGB (Red+Green+Blue) = 49+112+13=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #31700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31700D is #CE8FF2. Grayscale: #525252. Windows color (decimal): -13537267 or 880689. OLE color: 880689.

HSL color Cylindrical-coordinate representation of color #31700D: hue angle of 98.18º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31700D is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB4911213-
CMYK0.5600.880.56
HSL98.18º79.2%24.51%-
HSV(B)98.18º88.39%43.92%-
XYZ7.1312.272.37-
YUV81.8889.13104.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 112 (44.14% from 255) = 64.37%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=28.16%
G=64.37%
B=7.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112130.5600.880.5698.1879.224.51
Hex3170D3805838624f19
Octal61160157001307014211731
Binary11000111100001101111000010110001110001100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31700D; }

 p { color: rgb(49,112,13); }

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

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

 a { background-color: rgb(49,112,13); }

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

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

 span { border-color: rgb(49,112,13); }

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