Shades of Bilbao #368D15
Tints of Bilbao #368D15
RGB
CMYK
RGB Variations
Color information
#368D15 (or 0x368D15) is known color: Bilbao. HEX triplet: 36, 8D and 15. RGB value is (54,141,21). Sum of RGB (Red+Green+Blue) = 54+141+21=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #368D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368D15 is #C972EA. Grayscale: #656565. Windows color (decimal): -13202155 or 1412406. OLE color: 1412406.
HSL color Cylindrical-coordinate representation of color #368D15: hue angle of 103.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #368D15 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 21 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.45 |
| HSL | 103.5º | 0.74% | 0.32% | - |
| HSV(B) | 103.5º | 0.85% | 0.55% | - |
| XYZ | 11.18 | 19.89 | 3.96 | - |
| YUV | 101.31 | 82.68 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 21 | 0.62 | 0 | 0.85 | 0.45 | 103.5 | 0.74 | 0.32 |
| Hex | 36 | 8D | 15 | 3E | 0 | 55 | 2D | 68 | 4A | 20 |
| Octal | 66 | 215 | 25 | 76 | 0 | 125 | 55 | 150 | 112 | 40 |
| Binary | 110110 | 10001101 | 10101 | 111110 | 0 | 1010101 | 101101 | 1101000 | 1001010 | 100000 |
Color Harmonies of #368D15
Complementary color
Monochromatic Colors of #368D15
Black with #368D15
Text Example
Text Example
White with #368D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D15; }
p { color: rgb(54,141,21); }
H1.HeaderClassName
{
color: #368D15;
}
.AnyTagClassName
{
color: #368D15;
}
</style>
background-color css
<style>
a { background-color: #368D15; }
a { background-color: rgb(54,141,21); }
div.DivClassName
{
background-color: #368D15;
}
.BgClassName
{
background-color: #368D15;
}
</style>
border-color css
<style>
span { border-color: #368D15; }
span { border-color: rgb(54,141,21); }
td.TdClassName
{
border-color: #368D15;
}
.TagClassName
{
border-color: #368D15;
}
</style>