Shades of Bilbao #48762C
Tints of Bilbao #48762C
RGB
CMYK
RGB Variations
Color information
#48762C (or 0x48762C) is known color: Bilbao. HEX triplet: 48, 76 and 2C. RGB value is (72,118,44). Sum of RGB (Red+Green+Blue) = 72+118+44=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #48762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48762C is #B789D3. Grayscale: #606060. Windows color (decimal): -12028372 or 2913864. OLE color: 2913864.
HSL color Cylindrical-coordinate representation of color #48762C: hue angle of 97.3º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48762C is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 44 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.54 |
| HSL | 97.3º | 0.46% | 0.32% | - |
| HSV(B) | 97.3º | 0.63% | 0.46% | - |
| XYZ | 9.61 | 14.52 | 4.68 | - |
| YUV | 95.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 44 | 0.39 | 0 | 0.63 | 0.54 | 97.3 | 0.46 | 0.32 |
| Hex | 48 | 76 | 2C | 27 | 0 | 3F | 36 | 61 | 2E | 20 |
| Octal | 110 | 166 | 54 | 47 | 0 | 77 | 66 | 141 | 56 | 40 |
| Binary | 1001000 | 1110110 | 101100 | 100111 | 0 | 111111 | 110110 | 1100001 | 101110 | 100000 |
Color Harmonies of #48762C
Complementary color
Monochromatic Colors of #48762C
Black with #48762C
Text Example
Text Example
White with #48762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48762C; }
p { color: rgb(72,118,44); }
H1.HeaderClassName
{
color: #48762C;
}
.AnyTagClassName
{
color: #48762C;
}
</style>
background-color css
<style>
a { background-color: #48762C; }
a { background-color: rgb(72,118,44); }
div.DivClassName
{
background-color: #48762C;
}
.BgClassName
{
background-color: #48762C;
}
</style>
border-color css
<style>
span { border-color: #48762C; }
span { border-color: rgb(72,118,44); }
td.TdClassName
{
border-color: #48762C;
}
.TagClassName
{
border-color: #48762C;
}
</style>