Shades of Bilbao #42730D
Tints of Bilbao #42730D
RGB
CMYK
RGB Variations
Color information
#42730D (or 0x42730D) is known color: Bilbao. HEX triplet: 42, 73 and 0D. RGB value is (66,115,13). Sum of RGB (Red+Green+Blue) = 66+115+13=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #42730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42730D is #BD8CF2. Grayscale: #595959. Windows color (decimal): -12422387 or 881474. OLE color: 881474.
HSL color Cylindrical-coordinate representation of color #42730D: hue angle of 88.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42730D is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 115 | 13 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.55 |
| HSL | 88.82º | 0.8% | 0.25% | - |
| HSV(B) | 88.82º | 0.89% | 0.45% | - |
| XYZ | 8.45 | 13.45 | 2.53 | - |
| YUV | 88.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 13 | 0.43 | 0 | 0.89 | 0.55 | 88.82 | 0.8 | 0.25 |
| Hex | 42 | 73 | D | 2B | 0 | 59 | 37 | 59 | 50 | 19 |
| Octal | 102 | 163 | 15 | 53 | 0 | 131 | 67 | 131 | 120 | 31 |
| Binary | 1000010 | 1110011 | 1101 | 101011 | 0 | 1011001 | 110111 | 1011001 | 1010000 | 11001 |
Color Harmonies of #42730D
Complementary color
Monochromatic Colors of #42730D
Black with #42730D
Text Example
Text Example
White with #42730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42730D; }
p { color: rgb(66,115,13); }
H1.HeaderClassName
{
color: #42730D;
}
.AnyTagClassName
{
color: #42730D;
}
</style>
background-color css
<style>
a { background-color: #42730D; }
a { background-color: rgb(66,115,13); }
div.DivClassName
{
background-color: #42730D;
}
.BgClassName
{
background-color: #42730D;
}
</style>
border-color css
<style>
span { border-color: #42730D; }
span { border-color: rgb(66,115,13); }
td.TdClassName
{
border-color: #42730D;
}
.TagClassName
{
border-color: #42730D;
}
</style>