Shades of Bilbao #42712D
Tints of Bilbao #42712D
RGB
CMYK
RGB Variations
Color information
#42712D (or 0x42712D) is known color: Bilbao. HEX triplet: 42, 71 and 2D. RGB value is (66,113,45). Sum of RGB (Red+Green+Blue) = 66+113+45=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #42712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42712D is #BD8ED2. Grayscale: #5B5B5B. Windows color (decimal): -12422867 or 2978114. OLE color: 2978114.
HSL color Cylindrical-coordinate representation of color #42712D: hue angle of 101.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42712D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 45 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.56 |
| HSL | 101.47º | 0.43% | 0.31% | - |
| HSV(B) | 101.47º | 0.6% | 0.44% | - |
| XYZ | 8.63 | 13.16 | 4.57 | - |
| YUV | 91.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 45 | 0.42 | 0 | 0.60 | 0.56 | 101.47 | 0.43 | 0.31 |
| Hex | 42 | 71 | 2D | 2A | 0 | 3C | 38 | 65 | 2B | 1F |
| Octal | 102 | 161 | 55 | 52 | 0 | 74 | 70 | 145 | 53 | 37 |
| Binary | 1000010 | 1110001 | 101101 | 101010 | 0 | 111100 | 111000 | 1100101 | 101011 | 11111 |
Color Harmonies of #42712D
Complementary color
Monochromatic Colors of #42712D
Black with #42712D
Text Example
Text Example
White with #42712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42712D; }
p { color: rgb(66,113,45); }
H1.HeaderClassName
{
color: #42712D;
}
.AnyTagClassName
{
color: #42712D;
}
</style>
background-color css
<style>
a { background-color: #42712D; }
a { background-color: rgb(66,113,45); }
div.DivClassName
{
background-color: #42712D;
}
.BgClassName
{
background-color: #42712D;
}
</style>
border-color css
<style>
span { border-color: #42712D; }
span { border-color: rgb(66,113,45); }
td.TdClassName
{
border-color: #42712D;
}
.TagClassName
{
border-color: #42712D;
}
</style>