Shades of Bilbao #367A27
Tints of Bilbao #367A27
RGB
CMYK
RGB Variations
Color information
#367A27 (or 0x367A27) is known color: Bilbao. HEX triplet: 36, 7A and 27. RGB value is (54,122,39). Sum of RGB (Red+Green+Blue) = 54+122+39=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #367A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A27 is #C985D8. Grayscale: #5C5C5C. Windows color (decimal): -13207001 or 2587190. OLE color: 2587190.
HSL color Cylindrical-coordinate representation of color #367A27: hue angle of 109.16º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367A27 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 122 | 39 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.52 |
| HSL | 109.16º | 0.52% | 0.32% | - |
| HSV(B) | 109.16º | 0.68% | 0.48% | - |
| XYZ | 8.85 | 14.85 | 4.32 | - |
| YUV | 92.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 39 | 0.56 | 0 | 0.68 | 0.52 | 109.16 | 0.52 | 0.32 |
| Hex | 36 | 7A | 27 | 38 | 0 | 44 | 34 | 6D | 34 | 20 |
| Octal | 66 | 172 | 47 | 70 | 0 | 104 | 64 | 155 | 64 | 40 |
| Binary | 110110 | 1111010 | 100111 | 111000 | 0 | 1000100 | 110100 | 1101101 | 110100 | 100000 |
Color Harmonies of #367A27
Complementary color
Monochromatic Colors of #367A27
Black with #367A27
Text Example
Text Example
White with #367A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A27; }
p { color: rgb(54,122,39); }
H1.HeaderClassName
{
color: #367A27;
}
.AnyTagClassName
{
color: #367A27;
}
</style>
background-color css
<style>
a { background-color: #367A27; }
a { background-color: rgb(54,122,39); }
div.DivClassName
{
background-color: #367A27;
}
.BgClassName
{
background-color: #367A27;
}
</style>
border-color css
<style>
span { border-color: #367A27; }
span { border-color: rgb(54,122,39); }
td.TdClassName
{
border-color: #367A27;
}
.TagClassName
{
border-color: #367A27;
}
</style>