#41711B

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

Shades of Bilbao #41711B

Tints of Bilbao #41711B

Color information

#41711B (or 0x41711B) is unknown color: approx Bilbao. HEX triplet: 41, 71 and 1B. RGB value is (65,113,27). Sum of RGB (Red+Green+Blue) = 65+113+27=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #41711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41711B is #BE8EE4. Grayscale: #595959. Windows color (decimal): -12488421 or 1798465. OLE color: 1798465.

HSL color Cylindrical-coordinate representation of color #41711B: hue angle of 93.49º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41711B is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB6511327-
CMYK0.4200.760.56
HSL93.49º61.43%27.45%-
HSV(B)93.49º76.11%44.31%-
XYZ8.2813.013.11-
YUV88.8493.1110.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=31.71%
G=55.12%
B=13.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113270.4200.760.5693.4961.4327.45
Hex41711B2A04C385d3d1b
Octal10116133520114701357533
Binary100000111100011101110101001001100111000101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41711B; }

 p { color: rgb(65,113,27); }

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

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

 a { background-color: rgb(65,113,27); }

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

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

 span { border-color: rgb(65,113,27); }

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