Shades of Bilbao #30760D
Tints of Bilbao #30760D
RGB
CMYK
RGB Variations
Color information
#30760D (or 0x30760D) is known color: Bilbao. HEX triplet: 30, 76 and 0D. RGB value is (48,118,13). Sum of RGB (Red+Green+Blue) = 48+118+13=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #30760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30760D is #CF89F2. Grayscale: #555555. Windows color (decimal): -13601267 or 882224. OLE color: 882224.
HSL color Cylindrical-coordinate representation of color #30760D: hue angle of 100º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30760D is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 13 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.54 |
| HSL | 100º | 0.8% | 0.26% | - |
| HSV(B) | 100º | 0.89% | 0.46% | - |
| XYZ | 7.77 | 13.61 | 2.6 | - |
| YUV | 85.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 13 | 0.59 | 0 | 0.89 | 0.54 | 100 | 0.8 | 0.26 |
| Hex | 30 | 76 | D | 3B | 0 | 59 | 36 | 64 | 50 | 1A |
| Octal | 60 | 166 | 15 | 73 | 0 | 131 | 66 | 144 | 120 | 32 |
| Binary | 110000 | 1110110 | 1101 | 111011 | 0 | 1011001 | 110110 | 1100100 | 1010000 | 11010 |
Color Harmonies of #30760D
Complementary color
Monochromatic Colors of #30760D
Black with #30760D
Text Example
Text Example
White with #30760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30760D; }
p { color: rgb(48,118,13); }
H1.HeaderClassName
{
color: #30760D;
}
.AnyTagClassName
{
color: #30760D;
}
</style>
background-color css
<style>
a { background-color: #30760D; }
a { background-color: rgb(48,118,13); }
div.DivClassName
{
background-color: #30760D;
}
.BgClassName
{
background-color: #30760D;
}
</style>
border-color css
<style>
span { border-color: #30760D; }
span { border-color: rgb(48,118,13); }
td.TdClassName
{
border-color: #30760D;
}
.TagClassName
{
border-color: #30760D;
}
</style>