Shades of Bilbao #42750D
Tints of Bilbao #42750D
RGB
CMYK
RGB Variations
Color information
#42750D (or 0x42750D) is known color: Bilbao. HEX triplet: 42, 75 and 0D. RGB value is (66,117,13). Sum of RGB (Red+Green+Blue) = 66+117+13=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #42750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42750D is #BD8AF2. Grayscale: #5A5A5A. Windows color (decimal): -12421875 or 881986. OLE color: 881986.
HSL color Cylindrical-coordinate representation of color #42750D: hue angle of 89.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42750D is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 13 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.54 |
| HSL | 89.42º | 0.8% | 0.25% | - |
| HSV(B) | 89.42º | 0.89% | 0.46% | - |
| XYZ | 8.68 | 13.91 | 2.61 | - |
| YUV | 89.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 13 | 0.44 | 0 | 0.89 | 0.54 | 89.42 | 0.8 | 0.25 |
| Hex | 42 | 75 | D | 2C | 0 | 59 | 36 | 59 | 50 | 19 |
| Octal | 102 | 165 | 15 | 54 | 0 | 131 | 66 | 131 | 120 | 31 |
| Binary | 1000010 | 1110101 | 1101 | 101100 | 0 | 1011001 | 110110 | 1011001 | 1010000 | 11001 |
Color Harmonies of #42750D
Complementary color
Monochromatic Colors of #42750D
Black with #42750D
Text Example
Text Example
White with #42750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42750D; }
p { color: rgb(66,117,13); }
H1.HeaderClassName
{
color: #42750D;
}
.AnyTagClassName
{
color: #42750D;
}
</style>
background-color css
<style>
a { background-color: #42750D; }
a { background-color: rgb(66,117,13); }
div.DivClassName
{
background-color: #42750D;
}
.BgClassName
{
background-color: #42750D;
}
</style>
border-color css
<style>
span { border-color: #42750D; }
span { border-color: rgb(66,117,13); }
td.TdClassName
{
border-color: #42750D;
}
.TagClassName
{
border-color: #42750D;
}
</style>