#41731F

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

Shades of Bilbao #41731F

Tints of Bilbao #41731F

Color information

#41731F (or 0x41731F) is unknown color: approx Bilbao. HEX triplet: 41, 73 and 1F. RGB value is (65,115,31). Sum of RGB (Red+Green+Blue) = 65+115+31=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #41731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41731F is #BE8CE0. Grayscale: #5A5A5A. Windows color (decimal): -12487905 or 2061121. OLE color: 2061121.

HSL color Cylindrical-coordinate representation of color #41731F: hue angle of 95.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41731F is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB6511531-
CMYK0.4300.730.55
HSL95.71º57.53%28.63%-
HSV(B)95.71º73.04%45.1%-
XYZ8.5613.483.45-
YUV90.4794.44109.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=30.81%
G=54.50%
B=14.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115310.4300.730.5595.7157.5328.63
Hex41731F2B04937603a1d
Octal10116337530111671407235
Binary100000111100111111110101101001001110111110000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41731F; }

 p { color: rgb(65,115,31); }

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

<style>
 a { background-color: #41731F; }

 a { background-color: rgb(65,115,31); }

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

<style>
 span { border-color: #41731F; }

 span { border-color: rgb(65,115,31); }

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