Shades of Bilbao #427A13
Tints of Bilbao #427A13
RGB
CMYK
RGB Variations
Color information
#427A13 (or 0x427A13) is known color: Bilbao. HEX triplet: 42, 7A and 13. RGB value is (66,122,19). Sum of RGB (Red+Green+Blue) = 66+122+19=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #427A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427A13 is #BD85EC. Grayscale: #5D5D5D. Windows color (decimal): -12420589 or 1276482. OLE color: 1276482.
HSL color Cylindrical-coordinate representation of color #427A13: hue angle of 92.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #427A13 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 19 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.52 |
| HSL | 92.62º | 0.73% | 0.28% | - |
| HSV(B) | 92.62º | 0.84% | 0.48% | - |
| XYZ | 9.32 | 15.12 | 3.04 | - |
| YUV | 93.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 19 | 0.46 | 0 | 0.84 | 0.52 | 92.62 | 0.73 | 0.28 |
| Hex | 42 | 7A | 13 | 2E | 0 | 54 | 34 | 5D | 49 | 1C |
| Octal | 102 | 172 | 23 | 56 | 0 | 124 | 64 | 135 | 111 | 34 |
| Binary | 1000010 | 1111010 | 10011 | 101110 | 0 | 1010100 | 110100 | 1011101 | 1001001 | 11100 |
Color Harmonies of #427A13
Complementary color
Monochromatic Colors of #427A13
Black with #427A13
Text Example
Text Example
White with #427A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A13; }
p { color: rgb(66,122,19); }
H1.HeaderClassName
{
color: #427A13;
}
.AnyTagClassName
{
color: #427A13;
}
</style>
background-color css
<style>
a { background-color: #427A13; }
a { background-color: rgb(66,122,19); }
div.DivClassName
{
background-color: #427A13;
}
.BgClassName
{
background-color: #427A13;
}
</style>
border-color css
<style>
span { border-color: #427A13; }
span { border-color: rgb(66,122,19); }
td.TdClassName
{
border-color: #427A13;
}
.TagClassName
{
border-color: #427A13;
}
</style>