Shades of Bilbao #367C02
Tints of Bilbao #367C02
RGB
CMYK
RGB Variations
Color information
#367C02 (or 0x367C02) is known color: Bilbao. HEX triplet: 36, 7C and 02. RGB value is (54,124,2). Sum of RGB (Red+Green+Blue) = 54+124+2=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #367C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367C02 is #C983FD. Grayscale: #595959. Windows color (decimal): -13206526 or 162870. OLE color: 162870.
HSL color Cylindrical-coordinate representation of color #367C02: hue angle of 94.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #367C02 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 2 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.51 |
| HSL | 94.43º | 0.97% | 0.25% | - |
| HSV(B) | 94.43º | 0.98% | 0.49% | - |
| XYZ | 8.74 | 15.2 | 2.53 | - |
| YUV | 89.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 2 | 0.56 | 0 | 0.98 | 0.51 | 94.43 | 0.97 | 0.25 |
| Hex | 36 | 7C | 2 | 38 | 0 | 62 | 33 | 5E | 61 | 19 |
| Octal | 66 | 174 | 2 | 70 | 0 | 142 | 63 | 136 | 141 | 31 |
| Binary | 110110 | 1111100 | 10 | 111000 | 0 | 1100010 | 110011 | 1011110 | 1100001 | 11001 |
Color Harmonies of #367C02
Complementary color
Monochromatic Colors of #367C02
Black with #367C02
Text Example
Text Example
White with #367C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C02; }
p { color: rgb(54,124,2); }
H1.HeaderClassName
{
color: #367C02;
}
.AnyTagClassName
{
color: #367C02;
}
</style>
background-color css
<style>
a { background-color: #367C02; }
a { background-color: rgb(54,124,2); }
div.DivClassName
{
background-color: #367C02;
}
.BgClassName
{
background-color: #367C02;
}
</style>
border-color css
<style>
span { border-color: #367C02; }
span { border-color: rgb(54,124,2); }
td.TdClassName
{
border-color: #367C02;
}
.TagClassName
{
border-color: #367C02;
}
</style>