Shades of Bilbao #35800D
Tints of Bilbao #35800D
RGB
CMYK
RGB Variations
Color information
#35800D (or 0x35800D) is known color: Bilbao. HEX triplet: 35, 80 and 0D. RGB value is (53,128,13). Sum of RGB (Red+Green+Blue) = 53+128+13=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 128 (50.39% from 255 or 65.98% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 128 - color contains mainly: green. Hex color #35800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35800D is #CA7FF2. Grayscale: #5C5C5C. Windows color (decimal): -13271027 or 884789. OLE color: 884789.
HSL color Cylindrical-coordinate representation of color #35800D: hue angle of 99.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35800D is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 13 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.50 |
| HSL | 99.13º | 0.82% | 0.28% | - |
| HSV(B) | 99.13º | 0.9% | 0.5% | - |
| XYZ | 9.26 | 16.22 | 3.02 | - |
| YUV | 92.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 13 | 0.59 | 0 | 0.90 | 0.50 | 99.13 | 0.82 | 0.28 |
| Hex | 35 | 80 | D | 3B | 0 | 5A | 32 | 63 | 52 | 1C |
| Octal | 65 | 200 | 15 | 73 | 0 | 132 | 62 | 143 | 122 | 34 |
| Binary | 110101 | 10000000 | 1101 | 111011 | 0 | 1011010 | 110010 | 1100011 | 1010010 | 11100 |
Color Harmonies of #35800D
Complementary color
Monochromatic Colors of #35800D
Black with #35800D
Text Example
Text Example
White with #35800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35800D; }
p { color: rgb(53,128,13); }
H1.HeaderClassName
{
color: #35800D;
}
.AnyTagClassName
{
color: #35800D;
}
</style>
background-color css
<style>
a { background-color: #35800D; }
a { background-color: rgb(53,128,13); }
div.DivClassName
{
background-color: #35800D;
}
.BgClassName
{
background-color: #35800D;
}
</style>
border-color css
<style>
span { border-color: #35800D; }
span { border-color: rgb(53,128,13); }
td.TdClassName
{
border-color: #35800D;
}
.TagClassName
{
border-color: #35800D;
}
</style>