#366C1E

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

Shades of Bilbao #366C1E

Tints of Bilbao #366C1E

Color information

#366C1E (or 0x366C1E) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 1E. RGB value is (54,108,30). Sum of RGB (Red+Green+Blue) = 54+108+30=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #366C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C1E is #C993E1. Grayscale: #535353. Windows color (decimal): -13210594 or 1993782. OLE color: 1993782.

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

Color convert

RGB5410830-
CMYK0.5000.720.58
HSL101.54º56.52%27.06%-
HSV(B)101.54º72.22%42.35%-
XYZ7.1211.63.09-
YUV82.9698.11107.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=28.12%
G=56.25%
B=15.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54108300.5000.720.58101.5456.5227.06
Hex366C1E320483A66391b
Octal6615436620110721467133
Binary11011011011001111011001001001000111010110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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