Shades of Bilbao #42810D
Tints of Bilbao #42810D
RGB
CMYK
RGB Variations
Color information
#42810D (or 0x42810D) is known color: Bilbao. HEX triplet: 42, 81 and 0D. RGB value is (66,129,13). Sum of RGB (Red+Green+Blue) = 66+129+13=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #42810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42810D is #BD7EF2. Grayscale: #616161. Windows color (decimal): -12418803 or 885058. OLE color: 885058.
HSL color Cylindrical-coordinate representation of color #42810D: hue angle of 92.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42810D is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 13 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.49 |
| HSL | 92.59º | 0.82% | 0.28% | - |
| HSV(B) | 92.59º | 0.9% | 0.51% | - |
| XYZ | 10.17 | 16.89 | 3.1 | - |
| YUV | 96.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 13 | 0.49 | 0 | 0.90 | 0.49 | 92.59 | 0.82 | 0.28 |
| Hex | 42 | 81 | D | 31 | 0 | 5A | 31 | 5D | 52 | 1C |
| Octal | 102 | 201 | 15 | 61 | 0 | 132 | 61 | 135 | 122 | 34 |
| Binary | 1000010 | 10000001 | 1101 | 110001 | 0 | 1011010 | 110001 | 1011101 | 1010010 | 11100 |
Color Harmonies of #42810D
Complementary color
Monochromatic Colors of #42810D
Black with #42810D
Text Example
Text Example
White with #42810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42810D; }
p { color: rgb(66,129,13); }
H1.HeaderClassName
{
color: #42810D;
}
.AnyTagClassName
{
color: #42810D;
}
</style>
background-color css
<style>
a { background-color: #42810D; }
a { background-color: rgb(66,129,13); }
div.DivClassName
{
background-color: #42810D;
}
.BgClassName
{
background-color: #42810D;
}
</style>
border-color css
<style>
span { border-color: #42810D; }
span { border-color: rgb(66,129,13); }
td.TdClassName
{
border-color: #42810D;
}
.TagClassName
{
border-color: #42810D;
}
</style>