Shades of Bilbao #4A7D0D
Tints of Bilbao #4A7D0D
RGB
CMYK
RGB Variations
Color information
#4A7D0D (or 0x4A7D0D) is known color: Bilbao. HEX triplet: 4A, 7D and 0D. RGB value is (74,125,13). Sum of RGB (Red+Green+Blue) = 74+125+13=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7D0D is #B582F2. Grayscale: #616161. Windows color (decimal): -11895539 or 884042. OLE color: 884042.
HSL color Cylindrical-coordinate representation of color #4A7D0D: hue angle of 87.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A7D0D is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 125 | 13 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.51 |
| HSL | 87.32º | 0.81% | 0.27% | - |
| HSV(B) | 87.32º | 0.9% | 0.49% | - |
| XYZ | 10.23 | 16.15 | 2.96 | - |
| YUV | 96.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 13 | 0.41 | 0 | 0.90 | 0.51 | 87.32 | 0.81 | 0.27 |
| Hex | 4A | 7D | D | 29 | 0 | 5A | 33 | 57 | 51 | 1B |
| Octal | 112 | 175 | 15 | 51 | 0 | 132 | 63 | 127 | 121 | 33 |
| Binary | 1001010 | 1111101 | 1101 | 101001 | 0 | 1011010 | 110011 | 1010111 | 1010001 | 11011 |
Color Harmonies of #4A7D0D
Complementary color
Monochromatic Colors of #4A7D0D
Black with #4A7D0D
Text Example
Text Example
White with #4A7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7D0D; }
p { color: rgb(74,125,13); }
H1.HeaderClassName
{
color: #4A7D0D;
}
.AnyTagClassName
{
color: #4A7D0D;
}
</style>
background-color css
<style>
a { background-color: #4A7D0D; }
a { background-color: rgb(74,125,13); }
div.DivClassName
{
background-color: #4A7D0D;
}
.BgClassName
{
background-color: #4A7D0D;
}
</style>
border-color css
<style>
span { border-color: #4A7D0D; }
span { border-color: rgb(74,125,13); }
td.TdClassName
{
border-color: #4A7D0D;
}
.TagClassName
{
border-color: #4A7D0D;
}
</style>