Shades of Bilbao #368808
Tints of Bilbao #368808
RGB
CMYK
RGB Variations
Color information
#368808 (or 0x368808) is known color: Bilbao. HEX triplet: 36, 88 and 08. RGB value is (54,136,8). Sum of RGB (Red+Green+Blue) = 54+136+8=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #368808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368808 is #C977F7. Grayscale: #616161. Windows color (decimal): -13203448 or 559158. OLE color: 559158.
HSL color Cylindrical-coordinate representation of color #368808: hue angle of 98.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #368808 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 8 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.47 |
| HSL | 98.44º | 0.89% | 0.28% | - |
| HSV(B) | 98.44º | 0.94% | 0.53% | - |
| XYZ | 10.37 | 18.41 | 3.24 | - |
| YUV | 96.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 8 | 0.60 | 0 | 0.94 | 0.47 | 98.44 | 0.89 | 0.28 |
| Hex | 36 | 88 | 8 | 3C | 0 | 5E | 2F | 62 | 59 | 1C |
| Octal | 66 | 210 | 10 | 74 | 0 | 136 | 57 | 142 | 131 | 34 |
| Binary | 110110 | 10001000 | 1000 | 111100 | 0 | 1011110 | 101111 | 1100010 | 1011001 | 11100 |
Color Harmonies of #368808
Complementary color
Monochromatic Colors of #368808
Black with #368808
Text Example
Text Example
White with #368808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368808; }
p { color: rgb(54,136,8); }
H1.HeaderClassName
{
color: #368808;
}
.AnyTagClassName
{
color: #368808;
}
</style>
background-color css
<style>
a { background-color: #368808; }
a { background-color: rgb(54,136,8); }
div.DivClassName
{
background-color: #368808;
}
.BgClassName
{
background-color: #368808;
}
</style>
border-color css
<style>
span { border-color: #368808; }
span { border-color: rgb(54,136,8); }
td.TdClassName
{
border-color: #368808;
}
.TagClassName
{
border-color: #368808;
}
</style>