Shades of Bilbao #308804
Tints of Bilbao #308804
RGB
CMYK
RGB Variations
Color information
#308804 (or 0x308804) is known color: Bilbao. HEX triplet: 30, 88 and 04. RGB value is (48,136,4). Sum of RGB (Red+Green+Blue) = 48+136+4=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 136 (53.52% from 255 or 72.34% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 136 - color contains mainly: green. Hex color #308804 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308804 is #CF77FB. Grayscale: #5F5F5F. Windows color (decimal): -13596668 or 297008. OLE color: 297008.
HSL color Cylindrical-coordinate representation of color #308804: hue angle of 100º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #308804 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 4 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.47 |
| HSL | 100º | 0.94% | 0.27% | - |
| HSV(B) | 100º | 0.97% | 0.53% | - |
| XYZ | 10.05 | 18.25 | 3.11 | - |
| YUV | 94.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 4 | 0.65 | 0 | 0.97 | 0.47 | 100 | 0.94 | 0.27 |
| Hex | 30 | 88 | 4 | 41 | 0 | 61 | 2F | 64 | 5E | 1B |
| Octal | 60 | 210 | 4 | 101 | 0 | 141 | 57 | 144 | 136 | 33 |
| Binary | 110000 | 10001000 | 100 | 1000001 | 0 | 1100001 | 101111 | 1100100 | 1011110 | 11011 |
Color Harmonies of #308804
Complementary color
Monochromatic Colors of #308804
Black with #308804
Text Example
Text Example
White with #308804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308804; }
p { color: rgb(48,136,4); }
H1.HeaderClassName
{
color: #308804;
}
.AnyTagClassName
{
color: #308804;
}
</style>
background-color css
<style>
a { background-color: #308804; }
a { background-color: rgb(48,136,4); }
div.DivClassName
{
background-color: #308804;
}
.BgClassName
{
background-color: #308804;
}
</style>
border-color css
<style>
span { border-color: #308804; }
span { border-color: rgb(48,136,4); }
td.TdClassName
{
border-color: #308804;
}
.TagClassName
{
border-color: #308804;
}
</style>