Shades of Bilbao #30761E
Tints of Bilbao #30761E
RGB
CMYK
RGB Variations
Color information
#30761E (or 0x30761E) is known color: Bilbao. HEX triplet: 30, 76 and 1E. RGB value is (48,118,30). Sum of RGB (Red+Green+Blue) = 48+118+30=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #30761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30761E is #CF89E1. Grayscale: #575757. Windows color (decimal): -13601250 or 1996336. OLE color: 1996336.
HSL color Cylindrical-coordinate representation of color #30761E: hue angle of 107.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30761E is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 30 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.54 |
| HSL | 107.73º | 0.59% | 0.29% | - |
| HSV(B) | 107.73º | 0.75% | 0.46% | - |
| XYZ | 7.93 | 13.68 | 3.45 | - |
| YUV | 87.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 30 | 0.59 | 0 | 0.75 | 0.54 | 107.73 | 0.59 | 0.29 |
| Hex | 30 | 76 | 1E | 3B | 0 | 4B | 36 | 6C | 3B | 1D |
| Octal | 60 | 166 | 36 | 73 | 0 | 113 | 66 | 154 | 73 | 35 |
| Binary | 110000 | 1110110 | 11110 | 111011 | 0 | 1001011 | 110110 | 1101100 | 111011 | 11101 |
Color Harmonies of #30761E
Complementary color
Monochromatic Colors of #30761E
Black with #30761E
Text Example
Text Example
White with #30761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30761E; }
p { color: rgb(48,118,30); }
H1.HeaderClassName
{
color: #30761E;
}
.AnyTagClassName
{
color: #30761E;
}
</style>
background-color css
<style>
a { background-color: #30761E; }
a { background-color: rgb(48,118,30); }
div.DivClassName
{
background-color: #30761E;
}
.BgClassName
{
background-color: #30761E;
}
</style>
border-color css
<style>
span { border-color: #30761E; }
span { border-color: rgb(48,118,30); }
td.TdClassName
{
border-color: #30761E;
}
.TagClassName
{
border-color: #30761E;
}
</style>