Shades of Bilbao #42750B
Tints of Bilbao #42750B
RGB
CMYK
RGB Variations
Color information
#42750B (or 0x42750B) is known color: Bilbao. HEX triplet: 42, 75 and 0B. RGB value is (66,117,11). Sum of RGB (Red+Green+Blue) = 66+117+11=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #42750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42750B is #BD8AF4. Grayscale: #5A5A5A. Windows color (decimal): -12421877 or 750914. OLE color: 750914.
HSL color Cylindrical-coordinate representation of color #42750B: hue angle of 88.87º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42750B is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 11 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.54 |
| HSL | 88.87º | 0.83% | 0.25% | - |
| HSV(B) | 88.87º | 0.91% | 0.46% | - |
| XYZ | 8.67 | 13.9 | 2.54 | - |
| YUV | 89.67 | 83.6 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 11 | 0.44 | 0 | 0.91 | 0.54 | 88.87 | 0.83 | 0.25 |
| Hex | 42 | 75 | B | 2C | 0 | 5B | 36 | 59 | 53 | 19 |
| Octal | 102 | 165 | 13 | 54 | 0 | 133 | 66 | 131 | 123 | 31 |
| Binary | 1000010 | 1110101 | 1011 | 101100 | 0 | 1011011 | 110110 | 1011001 | 1010011 | 11001 |
Color Harmonies of #42750B
Complementary color
Monochromatic Colors of #42750B
Black with #42750B
Text Example
Text Example
White with #42750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42750B; }
p { color: rgb(66,117,11); }
H1.HeaderClassName
{
color: #42750B;
}
.AnyTagClassName
{
color: #42750B;
}
</style>
background-color css
<style>
a { background-color: #42750B; }
a { background-color: rgb(66,117,11); }
div.DivClassName
{
background-color: #42750B;
}
.BgClassName
{
background-color: #42750B;
}
</style>
border-color css
<style>
span { border-color: #42750B; }
span { border-color: rgb(66,117,11); }
td.TdClassName
{
border-color: #42750B;
}
.TagClassName
{
border-color: #42750B;
}
</style>