Shades of Bilbao #366C22
Tints of Bilbao #366C22
RGB
CMYK
RGB Variations
Color information
#366C22 (or 0x366C22) is known color: Bilbao. HEX triplet: 36, 6C and 22. RGB value is (54,108,34). Sum of RGB (Red+Green+Blue) = 54+108+34=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #366C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C22 is #C993DD. Grayscale: #535353. Windows color (decimal): -13210590 or 2255926. OLE color: 2255926.
HSL color Cylindrical-coordinate representation of color #366C22: hue angle of 103.78º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366C22 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 34 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.58 |
| HSL | 103.78º | 0.52% | 0.28% | - |
| HSV(B) | 103.78º | 0.69% | 0.42% | - |
| XYZ | 7.17 | 11.62 | 3.38 | - |
| YUV | 83.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 34 | 0.50 | 0 | 0.69 | 0.58 | 103.78 | 0.52 | 0.28 |
| Hex | 36 | 6C | 22 | 32 | 0 | 45 | 3A | 68 | 34 | 1C |
| Octal | 66 | 154 | 42 | 62 | 0 | 105 | 72 | 150 | 64 | 34 |
| Binary | 110110 | 1101100 | 100010 | 110010 | 0 | 1000101 | 111010 | 1101000 | 110100 | 11100 |
Color Harmonies of #366C22
Complementary color
Monochromatic Colors of #366C22
Black with #366C22
Text Example
Text Example
White with #366C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C22; }
p { color: rgb(54,108,34); }
H1.HeaderClassName
{
color: #366C22;
}
.AnyTagClassName
{
color: #366C22;
}
</style>
background-color css
<style>
a { background-color: #366C22; }
a { background-color: rgb(54,108,34); }
div.DivClassName
{
background-color: #366C22;
}
.BgClassName
{
background-color: #366C22;
}
</style>
border-color css
<style>
span { border-color: #366C22; }
span { border-color: rgb(54,108,34); }
td.TdClassName
{
border-color: #366C22;
}
.TagClassName
{
border-color: #366C22;
}
</style>