Shades of Bilbao #3C8808
Tints of Bilbao #3C8808
RGB
CMYK
RGB Variations
Color information
#3C8808 (or 0x3C8808) is known color: Bilbao. HEX triplet: 3C, 88 and 08. RGB value is (60,136,8). Sum of RGB (Red+Green+Blue) = 60+136+8=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8808 is #C377F7. Grayscale: #636363. Windows color (decimal): -12810232 or 559164. OLE color: 559164.
HSL color Cylindrical-coordinate representation of color #3C8808: hue angle of 95.62º 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 #3C8808 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 8 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.47 |
| HSL | 95.63º | 0.89% | 0.28% | - |
| HSV(B) | 95.63º | 0.94% | 0.53% | - |
| XYZ | 10.71 | 18.59 | 3.25 | - |
| YUV | 98.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 8 | 0.56 | 0 | 0.94 | 0.47 | 95.63 | 0.89 | 0.28 |
| Hex | 3C | 88 | 8 | 38 | 0 | 5E | 2F | 60 | 59 | 1C |
| Octal | 74 | 210 | 10 | 70 | 0 | 136 | 57 | 140 | 131 | 34 |
| Binary | 111100 | 10001000 | 1000 | 111000 | 0 | 1011110 | 101111 | 1100000 | 1011001 | 11100 |
Color Harmonies of #3C8808
Complementary color
Monochromatic Colors of #3C8808
Black with #3C8808
Text Example
Text Example
White with #3C8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8808; }
p { color: rgb(60,136,8); }
H1.HeaderClassName
{
color: #3C8808;
}
.AnyTagClassName
{
color: #3C8808;
}
</style>
background-color css
<style>
a { background-color: #3C8808; }
a { background-color: rgb(60,136,8); }
div.DivClassName
{
background-color: #3C8808;
}
.BgClassName
{
background-color: #3C8808;
}
</style>
border-color css
<style>
span { border-color: #3C8808; }
span { border-color: rgb(60,136,8); }
td.TdClassName
{
border-color: #3C8808;
}
.TagClassName
{
border-color: #3C8808;
}
</style>