#41711C

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

Shades of Bilbao #41711C

Tints of Bilbao #41711C

Color information

#41711C (or 0x41711C) is unknown color: approx Bilbao. HEX triplet: 41, 71 and 1C. RGB value is (65,113,28). Sum of RGB (Red+Green+Blue) = 65+113+28=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #41711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41711C is #BE8EE3. Grayscale: #595959. Windows color (decimal): -12488420 or 1864001. OLE color: 1864001.

HSL color Cylindrical-coordinate representation of color #41711C: hue angle of 93.88º 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 #41711C is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB6511328-
CMYK0.4200.750.56
HSL93.88º60.28%27.65%-
HSV(B)93.88º75.22%44.31%-
XYZ8.2913.023.17-
YUV88.9693.6110.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=31.55%
G=54.85%
B=13.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113280.4200.750.5693.8860.2827.65
Hex41711C2A04B385e3c1c
Octal10116134520113701367434
Binary100000111100011110010101001001011111000101111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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