Shades of Bilbao #4B7B24
Tints of Bilbao #4B7B24
RGB
CMYK
RGB Variations
Color information
#4B7B24 (or 0x4B7B24) is known color: Bilbao. HEX triplet: 4B, 7B and 24. RGB value is (75,123,36). Sum of RGB (Red+Green+Blue) = 75+123+36=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7B24 is #B484DB. Grayscale: #636363. Windows color (decimal): -11830492 or 2390859. OLE color: 2390859.
HSL color Cylindrical-coordinate representation of color #4B7B24: hue angle of 93.1º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B7B24 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 123 | 36 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.52 |
| HSL | 93.1º | 0.55% | 0.31% | - |
| HSV(B) | 93.1º | 0.71% | 0.48% | - |
| XYZ | 10.3 | 15.79 | 4.17 | - |
| YUV | 98.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 36 | 0.39 | 0 | 0.71 | 0.52 | 93.1 | 0.55 | 0.31 |
| Hex | 4B | 7B | 24 | 27 | 0 | 47 | 34 | 5D | 37 | 1F |
| Octal | 113 | 173 | 44 | 47 | 0 | 107 | 64 | 135 | 67 | 37 |
| Binary | 1001011 | 1111011 | 100100 | 100111 | 0 | 1000111 | 110100 | 1011101 | 110111 | 11111 |
Color Harmonies of #4B7B24
Complementary color
Monochromatic Colors of #4B7B24
Black with #4B7B24
Text Example
Text Example
White with #4B7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7B24; }
p { color: rgb(75,123,36); }
H1.HeaderClassName
{
color: #4B7B24;
}
.AnyTagClassName
{
color: #4B7B24;
}
</style>
background-color css
<style>
a { background-color: #4B7B24; }
a { background-color: rgb(75,123,36); }
div.DivClassName
{
background-color: #4B7B24;
}
.BgClassName
{
background-color: #4B7B24;
}
</style>
border-color css
<style>
span { border-color: #4B7B24; }
span { border-color: rgb(75,123,36); }
td.TdClassName
{
border-color: #4B7B24;
}
.TagClassName
{
border-color: #4B7B24;
}
</style>