Shades of Bilbao #4A7C26
Tints of Bilbao #4A7C26
RGB
CMYK
RGB Variations
Color information
#4A7C26 (or 0x4A7C26) is known color: Bilbao. HEX triplet: 4A, 7C and 26. RGB value is (74,124,38). Sum of RGB (Red+Green+Blue) = 74+124+38=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C26 is #B583D9. Grayscale: #636363. Windows color (decimal): -11895770 or 2522186. OLE color: 2522186.
HSL color Cylindrical-coordinate representation of color #4A7C26: hue angle of 94.88º degrees, saturation: 0.53, 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 #4A7C26 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 38 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.51 |
| HSL | 94.88º | 0.53% | 0.32% | - |
| HSV(B) | 94.88º | 0.69% | 0.49% | - |
| XYZ | 10.38 | 16.01 | 4.38 | - |
| YUV | 99.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 38 | 0.40 | 0 | 0.69 | 0.51 | 94.88 | 0.53 | 0.32 |
| Hex | 4A | 7C | 26 | 28 | 0 | 45 | 33 | 5F | 35 | 20 |
| Octal | 112 | 174 | 46 | 50 | 0 | 105 | 63 | 137 | 65 | 40 |
| Binary | 1001010 | 1111100 | 100110 | 101000 | 0 | 1000101 | 110011 | 1011111 | 110101 | 100000 |
Color Harmonies of #4A7C26
Complementary color
Monochromatic Colors of #4A7C26
Black with #4A7C26
Text Example
Text Example
White with #4A7C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C26; }
p { color: rgb(74,124,38); }
H1.HeaderClassName
{
color: #4A7C26;
}
.AnyTagClassName
{
color: #4A7C26;
}
</style>
background-color css
<style>
a { background-color: #4A7C26; }
a { background-color: rgb(74,124,38); }
div.DivClassName
{
background-color: #4A7C26;
}
.BgClassName
{
background-color: #4A7C26;
}
</style>
border-color css
<style>
span { border-color: #4A7C26; }
span { border-color: rgb(74,124,38); }
td.TdClassName
{
border-color: #4A7C26;
}
.TagClassName
{
border-color: #4A7C26;
}
</style>