Shades of Bilbao #35712A
Tints of Bilbao #35712A
RGB
CMYK
RGB Variations
Color information
#35712A (or 0x35712A) is known color: Bilbao. HEX triplet: 35, 71 and 2A. RGB value is (53,113,42). Sum of RGB (Red+Green+Blue) = 53+113+42=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #35712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35712A is #CA8ED5. Grayscale: #575757. Windows color (decimal): -13274838 or 2781493. OLE color: 2781493.
HSL color Cylindrical-coordinate representation of color #35712A: hue angle of 110.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35712A is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 42 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.56 |
| HSL | 110.7º | 0.46% | 0.3% | - |
| HSV(B) | 110.7º | 0.63% | 0.44% | - |
| XYZ | 7.79 | 12.73 | 4.24 | - |
| YUV | 86.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 42 | 0.53 | 0 | 0.63 | 0.56 | 110.7 | 0.46 | 0.3 |
| Hex | 35 | 71 | 2A | 35 | 0 | 3F | 38 | 6F | 2E | 1E |
| Octal | 65 | 161 | 52 | 65 | 0 | 77 | 70 | 157 | 56 | 36 |
| Binary | 110101 | 1110001 | 101010 | 110101 | 0 | 111111 | 111000 | 1101111 | 101110 | 11110 |
Color Harmonies of #35712A
Complementary color
Monochromatic Colors of #35712A
Black with #35712A
Text Example
Text Example
White with #35712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35712A; }
p { color: rgb(53,113,42); }
H1.HeaderClassName
{
color: #35712A;
}
.AnyTagClassName
{
color: #35712A;
}
</style>
background-color css
<style>
a { background-color: #35712A; }
a { background-color: rgb(53,113,42); }
div.DivClassName
{
background-color: #35712A;
}
.BgClassName
{
background-color: #35712A;
}
</style>
border-color css
<style>
span { border-color: #35712A; }
span { border-color: rgb(53,113,42); }
td.TdClassName
{
border-color: #35712A;
}
.TagClassName
{
border-color: #35712A;
}
</style>