#366B0E

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

Shades of Bilbao #366B0E

Tints of Bilbao #366B0E

Color information

#366B0E (or 0x366B0E) is unknown color: approx Bilbao. HEX triplet: 36, 6B and 0E. RGB value is (54,107,14). Sum of RGB (Red+Green+Blue) = 54+107+14=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #366B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366B0E is #C994F1. Grayscale: #505050. Windows color (decimal): -13210866 or 944950. OLE color: 944950.

HSL color Cylindrical-coordinate representation of color #366B0E: hue angle of 94.19º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #366B0E is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB5410714-
CMYK0.5000.870.58
HSL94.19º76.86%23.73%-
HSV(B)94.19º86.92%41.96%-
XYZ6.8611.332.24-
YUV80.5590.44109.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 107 (42.19% from 255) = 61.14%
BLUE value IS 14 (5.86% from 255) = 8%
R=30.86%
G=61.14%
B=8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54107140.5000.870.5894.1976.8623.73
Hex366BE320573A5e4d18
Octal66153166201277213611530
Binary11011011010111110110010010101111110101011110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366B0E; }

 p { color: rgb(54,107,14); }

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

<style>
 a { background-color: #366B0E; }

 a { background-color: rgb(54,107,14); }

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

<style>
 span { border-color: #366B0E; }

 span { border-color: rgb(54,107,14); }

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