Shades of Bilbao #35880D
Tints of Bilbao #35880D
RGB
CMYK
RGB Variations
Color information
#35880D (or 0x35880D) is known color: Bilbao. HEX triplet: 35, 88 and 0D. RGB value is (53,136,13). Sum of RGB (Red+Green+Blue) = 53+136+13=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #35880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35880D is #CA77F2. Grayscale: #616161. Windows color (decimal): -13268979 or 886837. OLE color: 886837.
HSL color Cylindrical-coordinate representation of color #35880D: hue angle of 100.49º degrees, saturation: 0.83, 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 #35880D is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 13 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.47 |
| HSL | 100.49º | 0.83% | 0.29% | - |
| HSV(B) | 100.49º | 0.9% | 0.53% | - |
| XYZ | 10.35 | 18.39 | 3.39 | - |
| YUV | 97.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 13 | 0.61 | 0 | 0.90 | 0.47 | 100.49 | 0.83 | 0.29 |
| Hex | 35 | 88 | D | 3D | 0 | 5A | 2F | 64 | 53 | 1D |
| Octal | 65 | 210 | 15 | 75 | 0 | 132 | 57 | 144 | 123 | 35 |
| Binary | 110101 | 10001000 | 1101 | 111101 | 0 | 1011010 | 101111 | 1100100 | 1010011 | 11101 |
Color Harmonies of #35880D
Complementary color
Monochromatic Colors of #35880D
Black with #35880D
Text Example
Text Example
White with #35880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35880D; }
p { color: rgb(53,136,13); }
H1.HeaderClassName
{
color: #35880D;
}
.AnyTagClassName
{
color: #35880D;
}
</style>
background-color css
<style>
a { background-color: #35880D; }
a { background-color: rgb(53,136,13); }
div.DivClassName
{
background-color: #35880D;
}
.BgClassName
{
background-color: #35880D;
}
</style>
border-color css
<style>
span { border-color: #35880D; }
span { border-color: rgb(53,136,13); }
td.TdClassName
{
border-color: #35880D;
}
.TagClassName
{
border-color: #35880D;
}
</style>