#41740A

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

Shades of Bilbao #41740A

Tints of Bilbao #41740A

Color information

#41740A (or 0x41740A) is unknown color: approx Bilbao. HEX triplet: 41, 74 and 0A. RGB value is (65,116,10). Sum of RGB (Red+Green+Blue) = 65+116+10=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #41740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41740A is #BE8BF5. Grayscale: #595959. Windows color (decimal): -12487670 or 685121. OLE color: 685121.

HSL color Cylindrical-coordinate representation of color #41740A: hue angle of 88.87º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41740A is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB6511610-
CMYK0.4400.910.55
HSL88.87º84.13%24.71%-
HSV(B)88.87º91.38%45.49%-
XYZ8.4813.642.47-
YUV88.6783.6111.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=34.03%
G=60.73%
B=5.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116100.4400.910.5588.8784.1324.71
Hex4174A2C05B37595419
Octal101164125401336713112431
Binary100000111101001010101100010110111101111011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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