Shades of Bilbao #42712C
Tints of Bilbao #42712C
RGB
CMYK
RGB Variations
Color information
#42712C (or 0x42712C) is known color: Bilbao. HEX triplet: 42, 71 and 2C. RGB value is (66,113,44). Sum of RGB (Red+Green+Blue) = 66+113+44=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #42712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42712C is #BD8ED3. Grayscale: #5B5B5B. Windows color (decimal): -12422868 or 2912578. OLE color: 2912578.
HSL color Cylindrical-coordinate representation of color #42712C: hue angle of 100.87º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42712C is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 44 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.56 |
| HSL | 100.87º | 0.44% | 0.31% | - |
| HSV(B) | 100.87º | 0.61% | 0.44% | - |
| XYZ | 8.61 | 13.15 | 4.47 | - |
| YUV | 91.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 44 | 0.42 | 0 | 0.61 | 0.56 | 100.87 | 0.44 | 0.31 |
| Hex | 42 | 71 | 2C | 2A | 0 | 3D | 38 | 65 | 2C | 1F |
| Octal | 102 | 161 | 54 | 52 | 0 | 75 | 70 | 145 | 54 | 37 |
| Binary | 1000010 | 1110001 | 101100 | 101010 | 0 | 111101 | 111000 | 1100101 | 101100 | 11111 |
Color Harmonies of #42712C
Complementary color
Monochromatic Colors of #42712C
Black with #42712C
Text Example
Text Example
White with #42712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42712C; }
p { color: rgb(66,113,44); }
H1.HeaderClassName
{
color: #42712C;
}
.AnyTagClassName
{
color: #42712C;
}
</style>
background-color css
<style>
a { background-color: #42712C; }
a { background-color: rgb(66,113,44); }
div.DivClassName
{
background-color: #42712C;
}
.BgClassName
{
background-color: #42712C;
}
</style>
border-color css
<style>
span { border-color: #42712C; }
span { border-color: rgb(66,113,44); }
td.TdClassName
{
border-color: #42712C;
}
.TagClassName
{
border-color: #42712C;
}
</style>