Shades of Bilbao #4C7D27
Tints of Bilbao #4C7D27
RGB
CMYK
RGB Variations
Color information
#4C7D27 (or 0x4C7D27) is known color: Bilbao. HEX triplet: 4C, 7D and 27. RGB value is (76,125,39). Sum of RGB (Red+Green+Blue) = 76+125+39=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7D27 is #B382D8. Grayscale: #646464. Windows color (decimal): -11764441 or 2587980. OLE color: 2587980.
HSL color Cylindrical-coordinate representation of color #4C7D27: hue angle of 94.19º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C7D27 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 125 | 39 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.51 |
| HSL | 94.19º | 0.52% | 0.32% | - |
| HSV(B) | 94.19º | 0.69% | 0.49% | - |
| XYZ | 10.68 | 16.35 | 4.51 | - |
| YUV | 100.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 39 | 0.39 | 0 | 0.69 | 0.51 | 94.19 | 0.52 | 0.32 |
| Hex | 4C | 7D | 27 | 27 | 0 | 45 | 33 | 5E | 34 | 20 |
| Octal | 114 | 175 | 47 | 47 | 0 | 105 | 63 | 136 | 64 | 40 |
| Binary | 1001100 | 1111101 | 100111 | 100111 | 0 | 1000101 | 110011 | 1011110 | 110100 | 100000 |
Color Harmonies of #4C7D27
Complementary color
Monochromatic Colors of #4C7D27
Black with #4C7D27
Text Example
Text Example
White with #4C7D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7D27; }
p { color: rgb(76,125,39); }
H1.HeaderClassName
{
color: #4C7D27;
}
.AnyTagClassName
{
color: #4C7D27;
}
</style>
background-color css
<style>
a { background-color: #4C7D27; }
a { background-color: rgb(76,125,39); }
div.DivClassName
{
background-color: #4C7D27;
}
.BgClassName
{
background-color: #4C7D27;
}
</style>
border-color css
<style>
span { border-color: #4C7D27; }
span { border-color: rgb(76,125,39); }
td.TdClassName
{
border-color: #4C7D27;
}
.TagClassName
{
border-color: #4C7D27;
}
</style>