Shades of Bilbao #42730E
Tints of Bilbao #42730E
RGB
CMYK
RGB Variations
Color information
#42730E (or 0x42730E) is known color: Bilbao. HEX triplet: 42, 73 and 0E. RGB value is (66,115,14). Sum of RGB (Red+Green+Blue) = 66+115+14=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #42730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42730E is #BD8CF1. Grayscale: #595959. Windows color (decimal): -12422386 or 947010. OLE color: 947010.
HSL color Cylindrical-coordinate representation of color #42730E: hue angle of 89.11º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42730E is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 115 | 14 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.55 |
| HSL | 89.11º | 0.78% | 0.25% | - |
| HSV(B) | 89.11º | 0.88% | 0.45% | - |
| XYZ | 8.46 | 13.45 | 2.57 | - |
| YUV | 88.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 14 | 0.43 | 0 | 0.88 | 0.55 | 89.11 | 0.78 | 0.25 |
| Hex | 42 | 73 | E | 2B | 0 | 58 | 37 | 59 | 4E | 19 |
| Octal | 102 | 163 | 16 | 53 | 0 | 130 | 67 | 131 | 116 | 31 |
| Binary | 1000010 | 1110011 | 1110 | 101011 | 0 | 1011000 | 110111 | 1011001 | 1001110 | 11001 |
Color Harmonies of #42730E
Complementary color
Monochromatic Colors of #42730E
Black with #42730E
Text Example
Text Example
White with #42730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42730E; }
p { color: rgb(66,115,14); }
H1.HeaderClassName
{
color: #42730E;
}
.AnyTagClassName
{
color: #42730E;
}
</style>
background-color css
<style>
a { background-color: #42730E; }
a { background-color: rgb(66,115,14); }
div.DivClassName
{
background-color: #42730E;
}
.BgClassName
{
background-color: #42730E;
}
</style>
border-color css
<style>
span { border-color: #42730E; }
span { border-color: rgb(66,115,14); }
td.TdClassName
{
border-color: #42730E;
}
.TagClassName
{
border-color: #42730E;
}
</style>