Shades of Bilbao #42850D
Tints of Bilbao #42850D
RGB
CMYK
RGB Variations
Color information
#42850D (or 0x42850D) is known color: Bilbao. HEX triplet: 42, 85 and 0D. RGB value is (66,133,13). Sum of RGB (Red+Green+Blue) = 66+133+13=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #42850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42850D is #BD7AF2. Grayscale: #636363. Windows color (decimal): -12417779 or 886082. OLE color: 886082.
HSL color Cylindrical-coordinate representation of color #42850D: hue angle of 93.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42850D is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 13 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.48 |
| HSL | 93.5º | 0.82% | 0.29% | - |
| HSV(B) | 93.5º | 0.9% | 0.52% | - |
| XYZ | 10.71 | 17.96 | 3.28 | - |
| YUV | 99.29 | 79.3 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 13 | 0.50 | 0 | 0.90 | 0.48 | 93.5 | 0.82 | 0.29 |
| Hex | 42 | 85 | D | 32 | 0 | 5A | 30 | 5E | 52 | 1D |
| Octal | 102 | 205 | 15 | 62 | 0 | 132 | 60 | 136 | 122 | 35 |
| Binary | 1000010 | 10000101 | 1101 | 110010 | 0 | 1011010 | 110000 | 1011110 | 1010010 | 11101 |
Color Harmonies of #42850D
Complementary color
Monochromatic Colors of #42850D
Black with #42850D
Text Example
Text Example
White with #42850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42850D; }
p { color: rgb(66,133,13); }
H1.HeaderClassName
{
color: #42850D;
}
.AnyTagClassName
{
color: #42850D;
}
</style>
background-color css
<style>
a { background-color: #42850D; }
a { background-color: rgb(66,133,13); }
div.DivClassName
{
background-color: #42850D;
}
.BgClassName
{
background-color: #42850D;
}
</style>
border-color css
<style>
span { border-color: #42850D; }
span { border-color: rgb(66,133,13); }
td.TdClassName
{
border-color: #42850D;
}
.TagClassName
{
border-color: #42850D;
}
</style>