Shades of Bilbao #427A17
Tints of Bilbao #427A17
RGB
CMYK
RGB Variations
Color information
#427A17 (or 0x427A17) is known color: Bilbao. HEX triplet: 42, 7A and 17. RGB value is (66,122,23). Sum of RGB (Red+Green+Blue) = 66+122+23=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #427A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427A17 is #BD85E8. Grayscale: #5E5E5E. Windows color (decimal): -12420585 or 1538626. OLE color: 1538626.
HSL color Cylindrical-coordinate representation of color #427A17: hue angle of 93.94º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #427A17 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 23 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.52 |
| HSL | 93.94º | 0.68% | 0.28% | - |
| HSV(B) | 93.94º | 0.81% | 0.48% | - |
| XYZ | 9.36 | 15.14 | 3.24 | - |
| YUV | 93.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 23 | 0.46 | 0 | 0.81 | 0.52 | 93.94 | 0.68 | 0.28 |
| Hex | 42 | 7A | 17 | 2E | 0 | 51 | 34 | 5E | 44 | 1C |
| Octal | 102 | 172 | 27 | 56 | 0 | 121 | 64 | 136 | 104 | 34 |
| Binary | 1000010 | 1111010 | 10111 | 101110 | 0 | 1010001 | 110100 | 1011110 | 1000100 | 11100 |
Color Harmonies of #427A17
Complementary color
Monochromatic Colors of #427A17
Black with #427A17
Text Example
Text Example
White with #427A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A17; }
p { color: rgb(66,122,23); }
H1.HeaderClassName
{
color: #427A17;
}
.AnyTagClassName
{
color: #427A17;
}
</style>
background-color css
<style>
a { background-color: #427A17; }
a { background-color: rgb(66,122,23); }
div.DivClassName
{
background-color: #427A17;
}
.BgClassName
{
background-color: #427A17;
}
</style>
border-color css
<style>
span { border-color: #427A17; }
span { border-color: rgb(66,122,23); }
td.TdClassName
{
border-color: #427A17;
}
.TagClassName
{
border-color: #427A17;
}
</style>