Shades of Bilbao #366F0A
Tints of Bilbao #366F0A
RGB
CMYK
RGB Variations
Color information
#366F0A (or 0x366F0A) is known color: Bilbao. HEX triplet: 36, 6F and 0A. RGB value is (54,111,10). Sum of RGB (Red+Green+Blue) = 54+111+10=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #366F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366F0A is #C990F5. Grayscale: #525252. Windows color (decimal): -13209846 or 683830. OLE color: 683830.
HSL color Cylindrical-coordinate representation of color #366F0A: hue angle of 93.86º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #366F0A is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 10 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.56 |
| HSL | 93.86º | 0.83% | 0.24% | - |
| HSV(B) | 93.86º | 0.91% | 0.44% | - |
| XYZ | 7.26 | 12.18 | 2.25 | - |
| YUV | 82.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 10 | 0.51 | 0 | 0.91 | 0.56 | 93.86 | 0.83 | 0.24 |
| Hex | 36 | 6F | A | 33 | 0 | 5B | 38 | 5E | 53 | 18 |
| Octal | 66 | 157 | 12 | 63 | 0 | 133 | 70 | 136 | 123 | 30 |
| Binary | 110110 | 1101111 | 1010 | 110011 | 0 | 1011011 | 111000 | 1011110 | 1010011 | 11000 |
Color Harmonies of #366F0A
Complementary color
Monochromatic Colors of #366F0A
Black with #366F0A
Text Example
Text Example
White with #366F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F0A; }
p { color: rgb(54,111,10); }
H1.HeaderClassName
{
color: #366F0A;
}
.AnyTagClassName
{
color: #366F0A;
}
</style>
background-color css
<style>
a { background-color: #366F0A; }
a { background-color: rgb(54,111,10); }
div.DivClassName
{
background-color: #366F0A;
}
.BgClassName
{
background-color: #366F0A;
}
</style>
border-color css
<style>
span { border-color: #366F0A; }
span { border-color: rgb(54,111,10); }
td.TdClassName
{
border-color: #366F0A;
}
.TagClassName
{
border-color: #366F0A;
}
</style>