#41730E

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

Shades of Bilbao #41730E

Tints of Bilbao #41730E

Color information

#41730E (or 0x41730E) is unknown color: approx Bilbao. HEX triplet: 41, 73 and 0E. RGB value is (65,115,14). Sum of RGB (Red+Green+Blue) = 65+115+14=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #41730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41730E is #BE8CF1. Grayscale: #585858. Windows color (decimal): -12487922 or 947009. OLE color: 947009.

HSL color Cylindrical-coordinate representation of color #41730E: hue angle of 89.7º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41730E is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB6511514-
CMYK0.4300.880.55
HSL89.7º78.29%25.29%-
HSV(B)89.7º87.83%45.1%-
XYZ8.3913.422.56-
YUV88.5485.94111.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=33.51%
G=59.28%
B=7.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115140.4300.880.5589.778.2925.29
Hex4173E2B058375a4e19
Octal101163165301306713211631
Binary100000111100111110101011010110001101111011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41730E; }

 p { color: rgb(65,115,14); }

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

<style>
 a { background-color: #41730E; }

 a { background-color: rgb(65,115,14); }

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

<style>
 span { border-color: #41730E; }

 span { border-color: rgb(65,115,14); }

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