Shades of Bilbao #42870D
Tints of Bilbao #42870D
RGB
CMYK
RGB Variations
Color information
#42870D (or 0x42870D) is known color: Bilbao. HEX triplet: 42, 87 and 0D. RGB value is (66,135,13). Sum of RGB (Red+Green+Blue) = 66+135+13=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #42870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42870D is #BD78F2. Grayscale: #646464. Windows color (decimal): -12417267 or 886594. OLE color: 886594.
HSL color Cylindrical-coordinate representation of color #42870D: hue angle of 93.93º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42870D is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 13 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.47 |
| HSL | 93.93º | 0.82% | 0.29% | - |
| HSV(B) | 93.93º | 0.9% | 0.53% | - |
| XYZ | 10.98 | 18.52 | 3.38 | - |
| YUV | 100.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 13 | 0.51 | 0 | 0.90 | 0.47 | 93.93 | 0.82 | 0.29 |
| Hex | 42 | 87 | D | 33 | 0 | 5A | 2F | 5E | 52 | 1D |
| Octal | 102 | 207 | 15 | 63 | 0 | 132 | 57 | 136 | 122 | 35 |
| Binary | 1000010 | 10000111 | 1101 | 110011 | 0 | 1011010 | 101111 | 1011110 | 1010010 | 11101 |
Color Harmonies of #42870D
Complementary color
Monochromatic Colors of #42870D
Black with #42870D
Text Example
Text Example
White with #42870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42870D; }
p { color: rgb(66,135,13); }
H1.HeaderClassName
{
color: #42870D;
}
.AnyTagClassName
{
color: #42870D;
}
</style>
background-color css
<style>
a { background-color: #42870D; }
a { background-color: rgb(66,135,13); }
div.DivClassName
{
background-color: #42870D;
}
.BgClassName
{
background-color: #42870D;
}
</style>
border-color css
<style>
span { border-color: #42870D; }
span { border-color: rgb(66,135,13); }
td.TdClassName
{
border-color: #42870D;
}
.TagClassName
{
border-color: #42870D;
}
</style>