#41751A

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

Shades of Bilbao #41751A

Tints of Bilbao #41751A

Color information

#41751A (or 0x41751A) is unknown color: approx Bilbao. HEX triplet: 41, 75 and 1A. RGB value is (65,117,26). Sum of RGB (Red+Green+Blue) = 65+117+26=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #41751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41751A is #BE8AE5. Grayscale: #5B5B5B. Windows color (decimal): -12487398 or 1733953. OLE color: 1733953.

HSL color Cylindrical-coordinate representation of color #41751A: hue angle of 94.29º 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 #41751A is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB6511726-
CMYK0.4400.780.54
HSL94.29º63.64%28.04%-
HSV(B)94.29º77.78%45.88%-
XYZ8.7313.923.2-
YUV91.0891.27109.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=31.25%
G=56.25%
B=12.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117260.4400.780.5494.2963.6428.04
Hex41751A2C04E365e401c
Octal101165325401166613610034
Binary1000001111010111010101100010011101101101011110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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