Shades of Bilbao #35860D
Tints of Bilbao #35860D
RGB
CMYK
RGB Variations
Color information
#35860D (or 0x35860D) is known color: Bilbao. HEX triplet: 35, 86 and 0D. RGB value is (53,134,13). Sum of RGB (Red+Green+Blue) = 53+134+13=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 134 (52.73% from 255 or 67% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 134 - color contains mainly: green. Hex color #35860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35860D is #CA79F2. Grayscale: #606060. Windows color (decimal): -13269491 or 886325. OLE color: 886325.
HSL color Cylindrical-coordinate representation of color #35860D: hue angle of 100.17º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35860D is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 134 | 13 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.47 |
| HSL | 100.17º | 0.82% | 0.29% | - |
| HSV(B) | 100.17º | 0.9% | 0.53% | - |
| XYZ | 10.07 | 17.84 | 3.29 | - |
| YUV | 95.99 | 81.16 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 13 | 0.60 | 0 | 0.90 | 0.47 | 100.17 | 0.82 | 0.29 |
| Hex | 35 | 86 | D | 3C | 0 | 5A | 2F | 64 | 52 | 1D |
| Octal | 65 | 206 | 15 | 74 | 0 | 132 | 57 | 144 | 122 | 35 |
| Binary | 110101 | 10000110 | 1101 | 111100 | 0 | 1011010 | 101111 | 1100100 | 1010010 | 11101 |
Color Harmonies of #35860D
Complementary color
Monochromatic Colors of #35860D
Black with #35860D
Text Example
Text Example
White with #35860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35860D; }
p { color: rgb(53,134,13); }
H1.HeaderClassName
{
color: #35860D;
}
.AnyTagClassName
{
color: #35860D;
}
</style>
background-color css
<style>
a { background-color: #35860D; }
a { background-color: rgb(53,134,13); }
div.DivClassName
{
background-color: #35860D;
}
.BgClassName
{
background-color: #35860D;
}
</style>
border-color css
<style>
span { border-color: #35860D; }
span { border-color: rgb(53,134,13); }
td.TdClassName
{
border-color: #35860D;
}
.TagClassName
{
border-color: #35860D;
}
</style>