#41760B

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

Shades of Bilbao #41760B

Tints of Bilbao #41760B

Color information

#41760B (or 0x41760B) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 0B. RGB value is (65,118,11). Sum of RGB (Red+Green+Blue) = 65+118+11=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #41760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41760B is #BE89F4. Grayscale: #5A5A5A. Windows color (decimal): -12487157 or 751169. OLE color: 751169.

HSL color Cylindrical-coordinate representation of color #41760B: hue angle of 89.72º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41760B is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB6511811-
CMYK0.4500.910.54
HSL89.72º82.95%25.29%-
HSV(B)89.72º90.68%46.27%-
XYZ8.7214.12.58-
YUV89.9683.44110.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=33.51%
G=60.82%
B=5.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118110.4500.910.5489.7282.9525.29
Hex4176B2D05B365a5319
Octal101166135501336613212331
Binary100000111101101011101101010110111101101011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41760B; }

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

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

<style>
 a { background-color: #41760B; }

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

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

<style>
 span { border-color: #41760B; }

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

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