#366815

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

Shades of Bilbao #366815

Tints of Bilbao #366815

Color information

#366815 (or 0x366815) is unknown color: approx Bilbao. HEX triplet: 36, 68 and 15. RGB value is (54,104,21). Sum of RGB (Red+Green+Blue) = 54+104+21=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #366815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366815 is #C997EA. Grayscale: #4F4F4F. Windows color (decimal): -13211627 or 1402934. OLE color: 1402934.

HSL color Cylindrical-coordinate representation of color #366815: hue angle of 96.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #366815 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB5410421-
CMYK0.4800.800.59
HSL96.14º66.4%24.51%-
HSV(B)96.14º79.81%40.78%-
XYZ6.6110.742.43-
YUV79.5994.94109.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=30.17%
G=58.10%
B=11.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54104210.4800.800.5996.1466.424.51
Hex366815300503B604219
Octal66150256001207314010231
Binary110110110100010101110000010100001110111100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366815; }

 p { color: rgb(54,104,21); }

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

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

 a { background-color: rgb(54,104,21); }

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

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

 span { border-color: rgb(54,104,21); }

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