Shades of Bilbao #427C0A
Tints of Bilbao #427C0A
RGB
CMYK
RGB Variations
Color information
#427C0A (or 0x427C0A) is known color: Bilbao. HEX triplet: 42, 7C and 0A. RGB value is (66,124,10). Sum of RGB (Red+Green+Blue) = 66+124+10=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #427C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C0A is #BD83F5. Grayscale: #5E5E5E. Windows color (decimal): -12420086 or 687170. OLE color: 687170.
HSL color Cylindrical-coordinate representation of color #427C0A: hue angle of 90.53º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #427C0A is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 10 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.51 |
| HSL | 90.53º | 0.85% | 0.26% | - |
| HSV(B) | 90.53º | 0.92% | 0.49% | - |
| XYZ | 9.51 | 15.6 | 2.8 | - |
| YUV | 93.66 | 80.78 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 10 | 0.47 | 0 | 0.92 | 0.51 | 90.53 | 0.85 | 0.26 |
| Hex | 42 | 7C | A | 2F | 0 | 5C | 33 | 5B | 55 | 1A |
| Octal | 102 | 174 | 12 | 57 | 0 | 134 | 63 | 133 | 125 | 32 |
| Binary | 1000010 | 1111100 | 1010 | 101111 | 0 | 1011100 | 110011 | 1011011 | 1010101 | 11010 |
Color Harmonies of #427C0A
Complementary color
Monochromatic Colors of #427C0A
Black with #427C0A
Text Example
Text Example
White with #427C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C0A; }
p { color: rgb(66,124,10); }
H1.HeaderClassName
{
color: #427C0A;
}
.AnyTagClassName
{
color: #427C0A;
}
</style>
background-color css
<style>
a { background-color: #427C0A; }
a { background-color: rgb(66,124,10); }
div.DivClassName
{
background-color: #427C0A;
}
.BgClassName
{
background-color: #427C0A;
}
</style>
border-color css
<style>
span { border-color: #427C0A; }
span { border-color: rgb(66,124,10); }
td.TdClassName
{
border-color: #427C0A;
}
.TagClassName
{
border-color: #427C0A;
}
</style>