#31711C

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

Shades of Bilbao #31711C

Tints of Bilbao #31711C

Color information

#31711C (or 0x31711C) is unknown color: approx Bilbao. HEX triplet: 31, 71 and 1C. RGB value is (49,113,28). Sum of RGB (Red+Green+Blue) = 49+113+28=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #31711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31711C is #CE8EE3. Grayscale: #545454. Windows color (decimal): -13536996 or 1863985. OLE color: 1863985.

HSL color Cylindrical-coordinate representation of color #31711C: hue angle of 105.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31711C is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB4911328-
CMYK0.5700.750.56
HSL105.18º60.28%27.65%-
HSV(B)105.18º75.22%44.31%-
XYZ7.3812.553.13-
YUV84.1796.3102.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=25.79%
G=59.47%
B=14.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113280.5700.750.56105.1860.2827.65
Hex31711C3904B38693c1c
Octal6116134710113701517434
Binary11000111100011110011100101001011111000110100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31711C; }

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

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

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

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

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

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

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

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