#41741c

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

Shades of Bilbao #41741C

Tints of Bilbao #41741C

Color information

#41741C (or 0x41741C) is unknown color: approx Bilbao. HEX triplet: 41, 74 and 1C. RGB value is (65,116,28). Sum of RGB (Red+Green+Blue) = 65+116+28=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #41741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41741C is #BE8BE3. Grayscale: #5B5B5B. Windows color (decimal): -12487652 or 1864769. OLE color: 1864769.

HSL color Cylindrical-coordinate representation of color #41741C: hue angle of 94.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41741C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB6511628-
CMYK0.4400.760.55
HSL94.77º61.11%28.24%-
HSV(B)94.77º75.86%45.49%-
XYZ8.6313.73.29-
YUV90.7292.6109.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=31.10%
G=55.50%
B=13.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116280.4400.760.5594.7761.1128.24
Hex41741C2C04C375f3d1c
Octal10116434540114671377534
Binary100000111101001110010110001001100110111101111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41741c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41741c; }

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

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

<style>
 a { background-color: #41741c; }

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

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

<style>
 span { border-color: #41741c; }

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

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