#41761A

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

Shades of Bilbao #41761A

Tints of Bilbao #41761A

Color information

#41761A (or 0x41761A) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 1A. RGB value is (65,118,26). Sum of RGB (Red+Green+Blue) = 65+118+26=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #41761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41761A is #BE89E5. Grayscale: #5B5B5B. Windows color (decimal): -12487142 or 1734209. OLE color: 1734209.

HSL color Cylindrical-coordinate representation of color #41761A: hue angle of 94.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41761A is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB6511826-
CMYK0.4500.780.54
HSL94.57º63.89%28.24%-
HSV(B)94.57º77.97%46.27%-
XYZ8.8414.163.24-
YUV91.6690.94108.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=31.10%
G=56.46%
B=12.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118260.4500.780.5494.5763.8928.24
Hex41761A2D04E365f401c
Octal101166325501166613710034
Binary1000001111011011010101101010011101101101011111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41761A; }

 p { color: rgb(65,118,26); }

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

<style>
 a { background-color: #41761A; }

 a { background-color: rgb(65,118,26); }

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

<style>
 span { border-color: #41761A; }

 span { border-color: rgb(65,118,26); }

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