Shades of Bilbao #427C18
Tints of Bilbao #427C18
RGB
CMYK
RGB Variations
Color information
#427C18 (or 0x427C18) is known color: Bilbao. HEX triplet: 42, 7C and 18. RGB value is (66,124,24). Sum of RGB (Red+Green+Blue) = 66+124+24=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #427C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C18 is #BD83E7. Grayscale: #5F5F5F. Windows color (decimal): -12420072 or 1604674. OLE color: 1604674.
HSL color Cylindrical-coordinate representation of color #427C18: hue angle of 94.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #427C18 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 24 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.51 |
| HSL | 94.8º | 0.68% | 0.29% | - |
| HSV(B) | 94.8º | 0.81% | 0.49% | - |
| XYZ | 9.62 | 15.64 | 3.38 | - |
| YUV | 95.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 24 | 0.47 | 0 | 0.81 | 0.51 | 94.8 | 0.68 | 0.29 |
| Hex | 42 | 7C | 18 | 2F | 0 | 51 | 33 | 5F | 44 | 1D |
| Octal | 102 | 174 | 30 | 57 | 0 | 121 | 63 | 137 | 104 | 35 |
| Binary | 1000010 | 1111100 | 11000 | 101111 | 0 | 1010001 | 110011 | 1011111 | 1000100 | 11101 |
Color Harmonies of #427C18
Complementary color
Monochromatic Colors of #427C18
Black with #427C18
Text Example
Text Example
White with #427C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C18; }
p { color: rgb(66,124,24); }
H1.HeaderClassName
{
color: #427C18;
}
.AnyTagClassName
{
color: #427C18;
}
</style>
background-color css
<style>
a { background-color: #427C18; }
a { background-color: rgb(66,124,24); }
div.DivClassName
{
background-color: #427C18;
}
.BgClassName
{
background-color: #427C18;
}
</style>
border-color css
<style>
span { border-color: #427C18; }
span { border-color: rgb(66,124,24); }
td.TdClassName
{
border-color: #427C18;
}
.TagClassName
{
border-color: #427C18;
}
</style>