Shades of Bilbao #367D22
Tints of Bilbao #367D22
RGB
CMYK
RGB Variations
Color information
#367D22 (or 0x367D22) is known color: Bilbao. HEX triplet: 36, 7D and 22. RGB value is (54,125,34). Sum of RGB (Red+Green+Blue) = 54+125+34=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #367D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D22 is #C982DD. Grayscale: #5D5D5D. Windows color (decimal): -13206238 or 2260278. OLE color: 2260278.
HSL color Cylindrical-coordinate representation of color #367D22: hue angle of 106.81º degrees, saturation: 0.57, 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 #367D22 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 34 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.51 |
| HSL | 106.81º | 0.57% | 0.31% | - |
| HSV(B) | 106.81º | 0.73% | 0.49% | - |
| XYZ | 9.14 | 15.57 | 4.04 | - |
| YUV | 93.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 34 | 0.57 | 0 | 0.73 | 0.51 | 106.81 | 0.57 | 0.31 |
| Hex | 36 | 7D | 22 | 39 | 0 | 49 | 33 | 6B | 39 | 1F |
| Octal | 66 | 175 | 42 | 71 | 0 | 111 | 63 | 153 | 71 | 37 |
| Binary | 110110 | 1111101 | 100010 | 111001 | 0 | 1001001 | 110011 | 1101011 | 111001 | 11111 |
Color Harmonies of #367D22
Complementary color
Monochromatic Colors of #367D22
Black with #367D22
Text Example
Text Example
White with #367D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D22; }
p { color: rgb(54,125,34); }
H1.HeaderClassName
{
color: #367D22;
}
.AnyTagClassName
{
color: #367D22;
}
</style>
background-color css
<style>
a { background-color: #367D22; }
a { background-color: rgb(54,125,34); }
div.DivClassName
{
background-color: #367D22;
}
.BgClassName
{
background-color: #367D22;
}
</style>
border-color css
<style>
span { border-color: #367D22; }
span { border-color: rgb(54,125,34); }
td.TdClassName
{
border-color: #367D22;
}
.TagClassName
{
border-color: #367D22;
}
</style>