Shades of Bilbao #367B2B
Tints of Bilbao #367B2B
RGB
CMYK
RGB Variations
Color information
#367B2B (or 0x367B2B) is known color: Bilbao. HEX triplet: 36, 7B and 2B. RGB value is (54,123,43). Sum of RGB (Red+Green+Blue) = 54+123+43=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #367B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B2B is #C984D4. Grayscale: #5D5D5D. Windows color (decimal): -13206741 or 2849590. OLE color: 2849590.
HSL color Cylindrical-coordinate representation of color #367B2B: hue angle of 111.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367B2B is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 43 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.52 |
| HSL | 111.75º | 0.48% | 0.33% | - |
| HSV(B) | 111.75º | 0.65% | 0.48% | - |
| XYZ | 9.04 | 15.12 | 4.73 | - |
| YUV | 93.25 | 99.64 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 43 | 0.56 | 0 | 0.65 | 0.52 | 111.75 | 0.48 | 0.33 |
| Hex | 36 | 7B | 2B | 38 | 0 | 41 | 34 | 70 | 30 | 21 |
| Octal | 66 | 173 | 53 | 70 | 0 | 101 | 64 | 160 | 60 | 41 |
| Binary | 110110 | 1111011 | 101011 | 111000 | 0 | 1000001 | 110100 | 1110000 | 110000 | 100001 |
Color Harmonies of #367B2B
Complementary color
Monochromatic Colors of #367B2B
Black with #367B2B
Text Example
Text Example
White with #367B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B2B; }
p { color: rgb(54,123,43); }
H1.HeaderClassName
{
color: #367B2B;
}
.AnyTagClassName
{
color: #367B2B;
}
</style>
background-color css
<style>
a { background-color: #367B2B; }
a { background-color: rgb(54,123,43); }
div.DivClassName
{
background-color: #367B2B;
}
.BgClassName
{
background-color: #367B2B;
}
</style>
border-color css
<style>
span { border-color: #367B2B; }
span { border-color: rgb(54,123,43); }
td.TdClassName
{
border-color: #367B2B;
}
.TagClassName
{
border-color: #367B2B;
}
</style>