Shades of Bilbao #427D11
Tints of Bilbao #427D11
RGB
CMYK
RGB Variations
Color information
#427D11 (or 0x427D11) is known color: Bilbao. HEX triplet: 42, 7D and 11. RGB value is (66,125,17). Sum of RGB (Red+Green+Blue) = 66+125+17=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #427D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D11 is #BD82EE. Grayscale: #5F5F5F. Windows color (decimal): -12419823 or 1146178. OLE color: 1146178.
HSL color Cylindrical-coordinate representation of color #427D11: hue angle of 92.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427D11 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 125 | 17 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.51 |
| HSL | 92.78º | 0.76% | 0.28% | - |
| HSV(B) | 92.78º | 0.86% | 0.49% | - |
| XYZ | 9.68 | 15.87 | 3.08 | - |
| YUV | 95.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 17 | 0.47 | 0 | 0.86 | 0.51 | 92.78 | 0.76 | 0.28 |
| Hex | 42 | 7D | 11 | 2F | 0 | 56 | 33 | 5D | 4C | 1C |
| Octal | 102 | 175 | 21 | 57 | 0 | 126 | 63 | 135 | 114 | 34 |
| Binary | 1000010 | 1111101 | 10001 | 101111 | 0 | 1010110 | 110011 | 1011101 | 1001100 | 11100 |
Color Harmonies of #427D11
Complementary color
Monochromatic Colors of #427D11
Black with #427D11
Text Example
Text Example
White with #427D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D11; }
p { color: rgb(66,125,17); }
H1.HeaderClassName
{
color: #427D11;
}
.AnyTagClassName
{
color: #427D11;
}
</style>
background-color css
<style>
a { background-color: #427D11; }
a { background-color: rgb(66,125,17); }
div.DivClassName
{
background-color: #427D11;
}
.BgClassName
{
background-color: #427D11;
}
</style>
border-color css
<style>
span { border-color: #427D11; }
span { border-color: rgb(66,125,17); }
td.TdClassName
{
border-color: #427D11;
}
.TagClassName
{
border-color: #427D11;
}
</style>