Shades of Bilbao #368D08
Tints of Bilbao #368D08
RGB
CMYK
RGB Variations
Color information
#368D08 (or 0x368D08) is known color: Bilbao. HEX triplet: 36, 8D and 08. RGB value is (54,141,8). Sum of RGB (Red+Green+Blue) = 54+141+8=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 141 (55.47% from 255 or 69.46% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 141 - color contains mainly: green. Hex color #368D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368D08 is #C972F7. Grayscale: #646464. Windows color (decimal): -13202168 or 560438. OLE color: 560438.
HSL color Cylindrical-coordinate representation of color #368D08: hue angle of 99.25º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #368D08 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 8 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.45 |
| HSL | 99.25º | 0.89% | 0.29% | - |
| HSV(B) | 99.25º | 0.94% | 0.55% | - |
| XYZ | 11.09 | 19.85 | 3.48 | - |
| YUV | 99.83 | 76.18 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 8 | 0.62 | 0 | 0.94 | 0.45 | 99.25 | 0.89 | 0.29 |
| Hex | 36 | 8D | 8 | 3E | 0 | 5E | 2D | 63 | 59 | 1D |
| Octal | 66 | 215 | 10 | 76 | 0 | 136 | 55 | 143 | 131 | 35 |
| Binary | 110110 | 10001101 | 1000 | 111110 | 0 | 1011110 | 101101 | 1100011 | 1011001 | 11101 |
Color Harmonies of #368D08
Complementary color
Monochromatic Colors of #368D08
Black with #368D08
Text Example
Text Example
White with #368D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D08; }
p { color: rgb(54,141,8); }
H1.HeaderClassName
{
color: #368D08;
}
.AnyTagClassName
{
color: #368D08;
}
</style>
background-color css
<style>
a { background-color: #368D08; }
a { background-color: rgb(54,141,8); }
div.DivClassName
{
background-color: #368D08;
}
.BgClassName
{
background-color: #368D08;
}
</style>
border-color css
<style>
span { border-color: #368D08; }
span { border-color: rgb(54,141,8); }
td.TdClassName
{
border-color: #368D08;
}
.TagClassName
{
border-color: #368D08;
}
</style>