#366C13

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

Shades of Bilbao #366C13

Tints of Bilbao #366C13

Color information

#366C13 (or 0x366C13) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 13. RGB value is (54,108,19). Sum of RGB (Red+Green+Blue) = 54+108+19=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #366C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C13 is #C993EC. Grayscale: #525252. Windows color (decimal): -13210605 or 1272886. OLE color: 1272886.

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

Color convert

RGB5410819-
CMYK0.5000.820.58
HSL96.4º70.08%24.9%-
HSV(B)96.4º82.41%42.35%-
XYZ711.562.48-
YUV81.7192.61108.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 108 (42.58% from 255) = 59.67%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=29.83%
G=59.67%
B=10.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54108190.5000.820.5896.470.0824.9
Hex366C13320523A604619
Octal66154236201227214010631
Binary110110110110010011110010010100101110101100000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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