Shades of Bilbao #35710D
Tints of Bilbao #35710D
RGB
CMYK
RGB Variations
Color information
#35710D (or 0x35710D) is known color: Bilbao. HEX triplet: 35, 71 and 0D. RGB value is (53,113,13). Sum of RGB (Red+Green+Blue) = 53+113+13=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #35710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35710D is #CA8EF2. Grayscale: #545454. Windows color (decimal): -13274867 or 880949. OLE color: 880949.
HSL color Cylindrical-coordinate representation of color #35710D: hue angle of 96º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35710D is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 13 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.56 |
| HSL | 96º | 0.79% | 0.25% | - |
| HSV(B) | 96º | 0.88% | 0.44% | - |
| XYZ | 7.45 | 12.6 | 2.42 | - |
| YUV | 83.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 13 | 0.53 | 0 | 0.88 | 0.56 | 96 | 0.79 | 0.25 |
| Hex | 35 | 71 | D | 35 | 0 | 58 | 38 | 60 | 4F | 19 |
| Octal | 65 | 161 | 15 | 65 | 0 | 130 | 70 | 140 | 117 | 31 |
| Binary | 110101 | 1110001 | 1101 | 110101 | 0 | 1011000 | 111000 | 1100000 | 1001111 | 11001 |
Color Harmonies of #35710D
Complementary color
Monochromatic Colors of #35710D
Black with #35710D
Text Example
Text Example
White with #35710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35710D; }
p { color: rgb(53,113,13); }
H1.HeaderClassName
{
color: #35710D;
}
.AnyTagClassName
{
color: #35710D;
}
</style>
background-color css
<style>
a { background-color: #35710D; }
a { background-color: rgb(53,113,13); }
div.DivClassName
{
background-color: #35710D;
}
.BgClassName
{
background-color: #35710D;
}
</style>
border-color css
<style>
span { border-color: #35710D; }
span { border-color: rgb(53,113,13); }
td.TdClassName
{
border-color: #35710D;
}
.TagClassName
{
border-color: #35710D;
}
</style>