Shades of Bilbao #42870C
Tints of Bilbao #42870C
RGB
CMYK
RGB Variations
Color information
#42870C (or 0x42870C) is known color: Bilbao. HEX triplet: 42, 87 and 0C. RGB value is (66,135,12). Sum of RGB (Red+Green+Blue) = 66+135+12=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #42870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42870C is #BD78F3. Grayscale: #646464. Windows color (decimal): -12417268 or 821058. OLE color: 821058.
HSL color Cylindrical-coordinate representation of color #42870C: hue angle of 93.66º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42870C is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 12 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.47 |
| HSL | 93.66º | 0.84% | 0.29% | - |
| HSV(B) | 93.66º | 0.91% | 0.53% | - |
| XYZ | 10.98 | 18.51 | 3.34 | - |
| YUV | 100.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 12 | 0.51 | 0 | 0.91 | 0.47 | 93.66 | 0.84 | 0.29 |
| Hex | 42 | 87 | C | 33 | 0 | 5B | 2F | 5E | 54 | 1D |
| Octal | 102 | 207 | 14 | 63 | 0 | 133 | 57 | 136 | 124 | 35 |
| Binary | 1000010 | 10000111 | 1100 | 110011 | 0 | 1011011 | 101111 | 1011110 | 1010100 | 11101 |
Color Harmonies of #42870C
Complementary color
Monochromatic Colors of #42870C
Black with #42870C
Text Example
Text Example
White with #42870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42870C; }
p { color: rgb(66,135,12); }
H1.HeaderClassName
{
color: #42870C;
}
.AnyTagClassName
{
color: #42870C;
}
</style>
background-color css
<style>
a { background-color: #42870C; }
a { background-color: rgb(66,135,12); }
div.DivClassName
{
background-color: #42870C;
}
.BgClassName
{
background-color: #42870C;
}
</style>
border-color css
<style>
span { border-color: #42870C; }
span { border-color: rgb(66,135,12); }
td.TdClassName
{
border-color: #42870C;
}
.TagClassName
{
border-color: #42870C;
}
</style>