Shades of Bilbao #367C21
Tints of Bilbao #367C21
RGB
CMYK
RGB Variations
Color information
#367C21 (or 0x367C21) is known color: Bilbao. HEX triplet: 36, 7C and 21. RGB value is (54,124,33). Sum of RGB (Red+Green+Blue) = 54+124+33=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #367C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C21 is #C983DE. Grayscale: #5C5C5C. Windows color (decimal): -13206495 or 2194486. OLE color: 2194486.
HSL color Cylindrical-coordinate representation of color #367C21: hue angle of 106.15º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367C21 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 33 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.51 |
| HSL | 106.15º | 0.58% | 0.31% | - |
| HSV(B) | 106.15º | 0.73% | 0.49% | - |
| XYZ | 9 | 15.31 | 3.92 | - |
| YUV | 92.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 33 | 0.56 | 0 | 0.73 | 0.51 | 106.15 | 0.58 | 0.31 |
| Hex | 36 | 7C | 21 | 38 | 0 | 49 | 33 | 6A | 3A | 1F |
| Octal | 66 | 174 | 41 | 70 | 0 | 111 | 63 | 152 | 72 | 37 |
| Binary | 110110 | 1111100 | 100001 | 111000 | 0 | 1001001 | 110011 | 1101010 | 111010 | 11111 |
Color Harmonies of #367C21
Complementary color
Monochromatic Colors of #367C21
Black with #367C21
Text Example
Text Example
White with #367C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C21; }
p { color: rgb(54,124,33); }
H1.HeaderClassName
{
color: #367C21;
}
.AnyTagClassName
{
color: #367C21;
}
</style>
background-color css
<style>
a { background-color: #367C21; }
a { background-color: rgb(54,124,33); }
div.DivClassName
{
background-color: #367C21;
}
.BgClassName
{
background-color: #367C21;
}
</style>
border-color css
<style>
span { border-color: #367C21; }
span { border-color: rgb(54,124,33); }
td.TdClassName
{
border-color: #367C21;
}
.TagClassName
{
border-color: #367C21;
}
</style>