Shades of Bilbao #4A7C1C
Tints of Bilbao #4A7C1C
RGB
CMYK
RGB Variations
Color information
#4A7C1C (or 0x4A7C1C) is known color: Bilbao. HEX triplet: 4A, 7C and 1C. RGB value is (74,124,28). Sum of RGB (Red+Green+Blue) = 74+124+28=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C1C is #B583E3. Grayscale: #626262. Windows color (decimal): -11895780 or 1866826. OLE color: 1866826.
HSL color Cylindrical-coordinate representation of color #4A7C1C: hue angle of 91.25º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A7C1C is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 28 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.51 |
| HSL | 91.25º | 0.63% | 0.3% | - |
| HSV(B) | 91.25º | 0.77% | 0.49% | - |
| XYZ | 10.24 | 15.95 | 3.64 | - |
| YUV | 98.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 28 | 0.40 | 0 | 0.77 | 0.51 | 91.25 | 0.63 | 0.3 |
| Hex | 4A | 7C | 1C | 28 | 0 | 4D | 33 | 5B | 3F | 1E |
| Octal | 112 | 174 | 34 | 50 | 0 | 115 | 63 | 133 | 77 | 36 |
| Binary | 1001010 | 1111100 | 11100 | 101000 | 0 | 1001101 | 110011 | 1011011 | 111111 | 11110 |
Color Harmonies of #4A7C1C
Complementary color
Monochromatic Colors of #4A7C1C
Black with #4A7C1C
Text Example
Text Example
White with #4A7C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C1C; }
p { color: rgb(74,124,28); }
H1.HeaderClassName
{
color: #4A7C1C;
}
.AnyTagClassName
{
color: #4A7C1C;
}
</style>
background-color css
<style>
a { background-color: #4A7C1C; }
a { background-color: rgb(74,124,28); }
div.DivClassName
{
background-color: #4A7C1C;
}
.BgClassName
{
background-color: #4A7C1C;
}
</style>
border-color css
<style>
span { border-color: #4A7C1C; }
span { border-color: rgb(74,124,28); }
td.TdClassName
{
border-color: #4A7C1C;
}
.TagClassName
{
border-color: #4A7C1C;
}
</style>