#41721F

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

Shades of Bilbao #41721F

Tints of Bilbao #41721F

Color information

#41721F (or 0x41721F) is unknown color: approx Bilbao. HEX triplet: 41, 72 and 1F. RGB value is (65,114,31). Sum of RGB (Red+Green+Blue) = 65+114+31=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #41721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41721F is #BE8DE0. Grayscale: #5A5A5A. Windows color (decimal): -12488161 or 2060865. OLE color: 2060865.

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

Color convert

RGB6511431-
CMYK0.4300.730.55
HSL95.42º57.24%28.43%-
HSV(B)95.42º72.81%44.71%-
XYZ8.4413.263.41-
YUV89.8994.77110.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=30.95%
G=54.29%
B=14.76%

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
Decimal65114310.4300.730.5595.4257.2428.43
Hex41721F2B049375f391c
Octal10116237530111671377134
Binary100000111100101111110101101001001110111101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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