Shades of Bilbao #427F13
Tints of Bilbao #427F13
RGB
CMYK
RGB Variations
Color information
#427F13 (or 0x427F13) is known color: Bilbao. HEX triplet: 42, 7F and 13. RGB value is (66,127,19). Sum of RGB (Red+Green+Blue) = 66+127+19=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #427F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F13 is #BD80EC. Grayscale: #606060. Windows color (decimal): -12419309 or 1277762. OLE color: 1277762.
HSL color Cylindrical-coordinate representation of color #427F13: hue angle of 93.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #427F13 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 19 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.50 |
| HSL | 93.89º | 0.74% | 0.29% | - |
| HSV(B) | 93.89º | 0.85% | 0.5% | - |
| XYZ | 9.95 | 16.38 | 3.25 | - |
| YUV | 96.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 19 | 0.48 | 0 | 0.85 | 0.50 | 93.89 | 0.74 | 0.29 |
| Hex | 42 | 7F | 13 | 30 | 0 | 55 | 32 | 5E | 4A | 1D |
| Octal | 102 | 177 | 23 | 60 | 0 | 125 | 62 | 136 | 112 | 35 |
| Binary | 1000010 | 1111111 | 10011 | 110000 | 0 | 1010101 | 110010 | 1011110 | 1001010 | 11101 |
Color Harmonies of #427F13
Complementary color
Monochromatic Colors of #427F13
Black with #427F13
Text Example
Text Example
White with #427F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F13; }
p { color: rgb(66,127,19); }
H1.HeaderClassName
{
color: #427F13;
}
.AnyTagClassName
{
color: #427F13;
}
</style>
background-color css
<style>
a { background-color: #427F13; }
a { background-color: rgb(66,127,19); }
div.DivClassName
{
background-color: #427F13;
}
.BgClassName
{
background-color: #427F13;
}
</style>
border-color css
<style>
span { border-color: #427F13; }
span { border-color: rgb(66,127,19); }
td.TdClassName
{
border-color: #427F13;
}
.TagClassName
{
border-color: #427F13;
}
</style>