Shades of Bilbao #427B15
Tints of Bilbao #427B15
RGB
CMYK
RGB Variations
Color information
#427B15 (or 0x427B15) is known color: Bilbao. HEX triplet: 42, 7B and 15. RGB value is (66,123,21). Sum of RGB (Red+Green+Blue) = 66+123+21=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #427B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B15 is #BD84EA. Grayscale: #5E5E5E. Windows color (decimal): -12420331 or 1407810. OLE color: 1407810.
HSL color Cylindrical-coordinate representation of color #427B15: hue angle of 93.53º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #427B15 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 21 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.52 |
| HSL | 93.53º | 0.71% | 0.28% | - |
| HSV(B) | 93.53º | 0.83% | 0.48% | - |
| XYZ | 9.47 | 15.38 | 3.18 | - |
| YUV | 94.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 21 | 0.46 | 0 | 0.83 | 0.52 | 93.53 | 0.71 | 0.28 |
| Hex | 42 | 7B | 15 | 2E | 0 | 53 | 34 | 5E | 47 | 1C |
| Octal | 102 | 173 | 25 | 56 | 0 | 123 | 64 | 136 | 107 | 34 |
| Binary | 1000010 | 1111011 | 10101 | 101110 | 0 | 1010011 | 110100 | 1011110 | 1000111 | 11100 |
Color Harmonies of #427B15
Complementary color
Monochromatic Colors of #427B15
Black with #427B15
Text Example
Text Example
White with #427B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B15; }
p { color: rgb(66,123,21); }
H1.HeaderClassName
{
color: #427B15;
}
.AnyTagClassName
{
color: #427B15;
}
</style>
background-color css
<style>
a { background-color: #427B15; }
a { background-color: rgb(66,123,21); }
div.DivClassName
{
background-color: #427B15;
}
.BgClassName
{
background-color: #427B15;
}
</style>
border-color css
<style>
span { border-color: #427B15; }
span { border-color: rgb(66,123,21); }
td.TdClassName
{
border-color: #427B15;
}
.TagClassName
{
border-color: #427B15;
}
</style>