#366C1D

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

Shades of Bilbao #366C1D

Tints of Bilbao #366C1D

Color information

#366C1D (or 0x366C1D) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 1D. RGB value is (54,108,29). Sum of RGB (Red+Green+Blue) = 54+108+29=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #366C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C1D is #C993E2. Grayscale: #535353. Windows color (decimal): -13210595 or 1928246. OLE color: 1928246.

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

Color convert

RGB5410829-
CMYK0.5000.730.58
HSL101.01º57.66%26.86%-
HSV(B)101.01º73.15%42.35%-
XYZ7.1111.63.03-
YUV82.8597.61107.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=28.27%
G=56.54%
B=15.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54108290.5000.730.58101.0157.6626.86
Hex366C1D320493A653a1b
Octal6615435620111721457233
Binary11011011011001110111001001001001111010110010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,108,29); }

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

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

 a { background-color: rgb(54,108,29); }

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

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

 span { border-color: rgb(54,108,29); }

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