#41711E

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

Shades of Bilbao #41711E

Tints of Bilbao #41711E

Color information

#41711E (or 0x41711E) is unknown color: approx Bilbao. HEX triplet: 41, 71 and 1E. RGB value is (65,113,30). Sum of RGB (Red+Green+Blue) = 65+113+30=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #41711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41711E is #BE8EE1. Grayscale: #595959. Windows color (decimal): -12488418 or 1995073. OLE color: 1995073.

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

Color convert

RGB6511330-
CMYK0.4200.730.56
HSL94.7º58.04%28.04%-
HSV(B)94.7º73.45%44.31%-
XYZ8.3213.033.3-
YUV89.1994.6110.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=31.25%
G=54.33%
B=14.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113300.4200.730.5694.758.0428.04
Hex41711E2A049385f3a1c
Octal10116136520111701377234
Binary100000111100011111010101001001001111000101111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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