Shades of Bilbao #367E07
Tints of Bilbao #367E07
RGB
CMYK
RGB Variations
Color information
#367E07 (or 0x367E07) is known color: Bilbao. HEX triplet: 36, 7E and 07. RGB value is (54,126,7). Sum of RGB (Red+Green+Blue) = 54+126+7=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 126 (49.61% from 255 or 67.38% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 126 - color contains mainly: green. Hex color #367E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367E07 is #C981F8. Grayscale: #5B5B5B. Windows color (decimal): -13206009 or 491062. OLE color: 491062.
HSL color Cylindrical-coordinate representation of color #367E07: hue angle of 96.3º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #367E07 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 7 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.51 |
| HSL | 96.3º | 0.89% | 0.26% | - |
| HSV(B) | 96.3º | 0.94% | 0.49% | - |
| XYZ | 9.02 | 15.72 | 2.76 | - |
| YUV | 90.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 7 | 0.57 | 0 | 0.94 | 0.51 | 96.3 | 0.89 | 0.26 |
| Hex | 36 | 7E | 7 | 39 | 0 | 5E | 33 | 60 | 59 | 1A |
| Octal | 66 | 176 | 7 | 71 | 0 | 136 | 63 | 140 | 131 | 32 |
| Binary | 110110 | 1111110 | 111 | 111001 | 0 | 1011110 | 110011 | 1100000 | 1011001 | 11010 |
Color Harmonies of #367E07
Complementary color
Monochromatic Colors of #367E07
Black with #367E07
Text Example
Text Example
White with #367E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E07; }
p { color: rgb(54,126,7); }
H1.HeaderClassName
{
color: #367E07;
}
.AnyTagClassName
{
color: #367E07;
}
</style>
background-color css
<style>
a { background-color: #367E07; }
a { background-color: rgb(54,126,7); }
div.DivClassName
{
background-color: #367E07;
}
.BgClassName
{
background-color: #367E07;
}
</style>
border-color css
<style>
span { border-color: #367E07; }
span { border-color: rgb(54,126,7); }
td.TdClassName
{
border-color: #367E07;
}
.TagClassName
{
border-color: #367E07;
}
</style>