Shades of Bilbao #367A0C
Tints of Bilbao #367A0C
RGB
CMYK
RGB Variations
Color information
#367A0C (or 0x367A0C) is known color: Bilbao. HEX triplet: 36, 7A and 0C. RGB value is (54,122,12). Sum of RGB (Red+Green+Blue) = 54+122+12=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #367A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367A0C is #C985F3. Grayscale: #595959. Windows color (decimal): -13207028 or 817718. OLE color: 817718.
HSL color Cylindrical-coordinate representation of color #367A0C: hue angle of 97.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #367A0C is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 122 | 12 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.52 |
| HSL | 97.09º | 0.82% | 0.26% | - |
| HSV(B) | 97.09º | 0.9% | 0.48% | - |
| XYZ | 8.55 | 14.73 | 2.74 | - |
| YUV | 89.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 12 | 0.56 | 0 | 0.90 | 0.52 | 97.09 | 0.82 | 0.26 |
| Hex | 36 | 7A | C | 38 | 0 | 5A | 34 | 61 | 52 | 1A |
| Octal | 66 | 172 | 14 | 70 | 0 | 132 | 64 | 141 | 122 | 32 |
| Binary | 110110 | 1111010 | 1100 | 111000 | 0 | 1011010 | 110100 | 1100001 | 1010010 | 11010 |
Color Harmonies of #367A0C
Complementary color
Monochromatic Colors of #367A0C
Black with #367A0C
Text Example
Text Example
White with #367A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A0C; }
p { color: rgb(54,122,12); }
H1.HeaderClassName
{
color: #367A0C;
}
.AnyTagClassName
{
color: #367A0C;
}
</style>
background-color css
<style>
a { background-color: #367A0C; }
a { background-color: rgb(54,122,12); }
div.DivClassName
{
background-color: #367A0C;
}
.BgClassName
{
background-color: #367A0C;
}
</style>
border-color css
<style>
span { border-color: #367A0C; }
span { border-color: rgb(54,122,12); }
td.TdClassName
{
border-color: #367A0C;
}
.TagClassName
{
border-color: #367A0C;
}
</style>