#366C19

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

Shades of Bilbao #366C19

Tints of Bilbao #366C19

Color information

#366C19 (or 0x366C19) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 19. RGB value is (54,108,25). Sum of RGB (Red+Green+Blue) = 54+108+25=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #366C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C19 is #C993E6. Grayscale: #525252. Windows color (decimal): -13210599 or 1666102. OLE color: 1666102.

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

Color convert

RGB5410825-
CMYK0.5000.770.58
HSL99.04º62.41%26.08%-
HSV(B)99.04º76.85%42.35%-
XYZ7.0611.582.78-
YUV82.3995.61107.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 108 (42.58% from 255) = 57.75%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=28.88%
G=57.75%
B=13.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54108250.5000.770.5899.0462.4126.08
Hex366C193204D3A633e1a
Octal6615431620115721437632
Binary11011011011001100111001001001101111010110001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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