Shades of Bilbao #427D13
Tints of Bilbao #427D13
RGB
CMYK
RGB Variations
Color information
#427D13 (or 0x427D13) is known color: Bilbao. HEX triplet: 42, 7D and 13. RGB value is (66,125,19). Sum of RGB (Red+Green+Blue) = 66+125+19=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #427D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D13 is #BD82EC. Grayscale: #5F5F5F. Windows color (decimal): -12419821 or 1277250. OLE color: 1277250.
HSL color Cylindrical-coordinate representation of color #427D13: hue angle of 93.4º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #427D13 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 125 | 19 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.51 |
| HSL | 93.4º | 0.74% | 0.28% | - |
| HSV(B) | 93.4º | 0.85% | 0.49% | - |
| XYZ | 9.7 | 15.87 | 3.17 | - |
| YUV | 95.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 19 | 0.47 | 0 | 0.85 | 0.51 | 93.4 | 0.74 | 0.28 |
| Hex | 42 | 7D | 13 | 2F | 0 | 55 | 33 | 5D | 4A | 1C |
| Octal | 102 | 175 | 23 | 57 | 0 | 125 | 63 | 135 | 112 | 34 |
| Binary | 1000010 | 1111101 | 10011 | 101111 | 0 | 1010101 | 110011 | 1011101 | 1001010 | 11100 |
Color Harmonies of #427D13
Complementary color
Monochromatic Colors of #427D13
Black with #427D13
Text Example
Text Example
White with #427D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D13; }
p { color: rgb(66,125,19); }
H1.HeaderClassName
{
color: #427D13;
}
.AnyTagClassName
{
color: #427D13;
}
</style>
background-color css
<style>
a { background-color: #427D13; }
a { background-color: rgb(66,125,19); }
div.DivClassName
{
background-color: #427D13;
}
.BgClassName
{
background-color: #427D13;
}
</style>
border-color css
<style>
span { border-color: #427D13; }
span { border-color: rgb(66,125,19); }
td.TdClassName
{
border-color: #427D13;
}
.TagClassName
{
border-color: #427D13;
}
</style>