Shades of Bilbao #367B1E
Tints of Bilbao #367B1E
RGB
CMYK
RGB Variations
Color information
#367B1E (or 0x367B1E) is known color: Bilbao. HEX triplet: 36, 7B and 1E. RGB value is (54,123,30). Sum of RGB (Red+Green+Blue) = 54+123+30=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #367B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B1E is #C984E1. Grayscale: #5C5C5C. Windows color (decimal): -13206754 or 1997622. OLE color: 1997622.
HSL color Cylindrical-coordinate representation of color #367B1E: hue angle of 104.52º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367B1E is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 30 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.52 |
| HSL | 104.52º | 0.61% | 0.3% | - |
| HSV(B) | 104.52º | 0.76% | 0.48% | - |
| XYZ | 8.84 | 15.04 | 3.67 | - |
| YUV | 91.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 30 | 0.56 | 0 | 0.76 | 0.52 | 104.52 | 0.61 | 0.3 |
| Hex | 36 | 7B | 1E | 38 | 0 | 4C | 34 | 69 | 3D | 1E |
| Octal | 66 | 173 | 36 | 70 | 0 | 114 | 64 | 151 | 75 | 36 |
| Binary | 110110 | 1111011 | 11110 | 111000 | 0 | 1001100 | 110100 | 1101001 | 111101 | 11110 |
Color Harmonies of #367B1E
Complementary color
Monochromatic Colors of #367B1E
Black with #367B1E
Text Example
Text Example
White with #367B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B1E; }
p { color: rgb(54,123,30); }
H1.HeaderClassName
{
color: #367B1E;
}
.AnyTagClassName
{
color: #367B1E;
}
</style>
background-color css
<style>
a { background-color: #367B1E; }
a { background-color: rgb(54,123,30); }
div.DivClassName
{
background-color: #367B1E;
}
.BgClassName
{
background-color: #367B1E;
}
</style>
border-color css
<style>
span { border-color: #367B1E; }
span { border-color: rgb(54,123,30); }
td.TdClassName
{
border-color: #367B1E;
}
.TagClassName
{
border-color: #367B1E;
}
</style>