Shades of Bilbao #427D14
Tints of Bilbao #427D14
RGB
CMYK
RGB Variations
Color information
#427D14 (or 0x427D14) is known color: Bilbao. HEX triplet: 42, 7D and 14. RGB value is (66,125,20). Sum of RGB (Red+Green+Blue) = 66+125+20=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #427D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D14 is #BD82EB. Grayscale: #5F5F5F. Windows color (decimal): -12419820 or 1342786. OLE color: 1342786.
HSL color Cylindrical-coordinate representation of color #427D14: hue angle of 93.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #427D14 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 125 | 20 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.51 |
| HSL | 93.71º | 0.72% | 0.28% | - |
| HSV(B) | 93.71º | 0.84% | 0.49% | - |
| XYZ | 9.71 | 15.88 | 3.21 | - |
| YUV | 95.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 20 | 0.47 | 0 | 0.84 | 0.51 | 93.71 | 0.72 | 0.28 |
| Hex | 42 | 7D | 14 | 2F | 0 | 54 | 33 | 5E | 48 | 1C |
| Octal | 102 | 175 | 24 | 57 | 0 | 124 | 63 | 136 | 110 | 34 |
| Binary | 1000010 | 1111101 | 10100 | 101111 | 0 | 1010100 | 110011 | 1011110 | 1001000 | 11100 |
Color Harmonies of #427D14
Complementary color
Monochromatic Colors of #427D14
Black with #427D14
Text Example
Text Example
White with #427D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D14; }
p { color: rgb(66,125,20); }
H1.HeaderClassName
{
color: #427D14;
}
.AnyTagClassName
{
color: #427D14;
}
</style>
background-color css
<style>
a { background-color: #427D14; }
a { background-color: rgb(66,125,20); }
div.DivClassName
{
background-color: #427D14;
}
.BgClassName
{
background-color: #427D14;
}
</style>
border-color css
<style>
span { border-color: #427D14; }
span { border-color: rgb(66,125,20); }
td.TdClassName
{
border-color: #427D14;
}
.TagClassName
{
border-color: #427D14;
}
</style>