#366A10

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

Shades of Bilbao #366A10

Tints of Bilbao #366A10

Color information

#366A10 (or 0x366A10) is unknown color: approx Bilbao. HEX triplet: 36, 6A and 10. RGB value is (54,106,16). Sum of RGB (Red+Green+Blue) = 54+106+16=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 106 (41.80% from 255 or 60.23% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 106 - color contains mainly: green. Hex color #366A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366A10 is #C995EF. Grayscale: #505050. Windows color (decimal): -13211120 or 1075766. OLE color: 1075766.

HSL color Cylindrical-coordinate representation of color #366A10: hue angle of 94.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #366A10 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB5410616-
CMYK0.4900.850.58
HSL94.67º73.77%23.92%-
HSV(B)94.67º84.91%41.57%-
XYZ6.7711.132.28-
YUV80.1991.77109.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 106 (41.80% from 255) = 60.23%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=30.68%
G=60.23%
B=9.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54106160.4900.850.5894.6773.7723.92
Hex366A10310553A5f4a18
Octal66152206101257213711230
Binary110110110101010000110001010101011110101011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,106,16); }

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

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

 a { background-color: rgb(54,106,16); }

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

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

 span { border-color: rgb(54,106,16); }

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