Shades of Bilbao #42870F
Tints of Bilbao #42870F
RGB
CMYK
RGB Variations
Color information
#42870F (or 0x42870F) is known color: Bilbao. HEX triplet: 42, 87 and 0F. RGB value is (66,135,15). Sum of RGB (Red+Green+Blue) = 66+135+15=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #42870F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42870F is #BD78F0. Grayscale: #656565. Windows color (decimal): -12417265 or 1017666. OLE color: 1017666.
HSL color Cylindrical-coordinate representation of color #42870F: hue angle of 94.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42870F is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 15 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.47 |
| HSL | 94.5º | 0.8% | 0.29% | - |
| HSV(B) | 94.5º | 0.89% | 0.53% | - |
| XYZ | 11 | 18.52 | 3.45 | - |
| YUV | 100.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 15 | 0.51 | 0 | 0.89 | 0.47 | 94.5 | 0.8 | 0.29 |
| Hex | 42 | 87 | F | 33 | 0 | 59 | 2F | 5E | 50 | 1D |
| Octal | 102 | 207 | 17 | 63 | 0 | 131 | 57 | 136 | 120 | 35 |
| Binary | 1000010 | 10000111 | 1111 | 110011 | 0 | 1011001 | 101111 | 1011110 | 1010000 | 11101 |
Color Harmonies of #42870F
Complementary color
Monochromatic Colors of #42870F
Black with #42870F
Text Example
Text Example
White with #42870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42870F; }
p { color: rgb(66,135,15); }
H1.HeaderClassName
{
color: #42870F;
}
.AnyTagClassName
{
color: #42870F;
}
</style>
background-color css
<style>
a { background-color: #42870F; }
a { background-color: rgb(66,135,15); }
div.DivClassName
{
background-color: #42870F;
}
.BgClassName
{
background-color: #42870F;
}
</style>
border-color css
<style>
span { border-color: #42870F; }
span { border-color: rgb(66,135,15); }
td.TdClassName
{
border-color: #42870F;
}
.TagClassName
{
border-color: #42870F;
}
</style>