Shades of Bilbao #33870D
Tints of Bilbao #33870D
RGB
CMYK
RGB Variations
Color information
#33870D (or 0x33870D) is known color: Bilbao. HEX triplet: 33, 87 and 0D. RGB value is (51,135,13). Sum of RGB (Red+Green+Blue) = 51+135+13=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #33870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33870D is #CC78F2. Grayscale: #606060. Windows color (decimal): -13400307 or 886579. OLE color: 886579.
HSL color Cylindrical-coordinate representation of color #33870D: hue angle of 101.31º 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 #33870D is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 13 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.47 |
| HSL | 101.31º | 0.82% | 0.29% | - |
| HSV(B) | 101.31º | 0.9% | 0.53% | - |
| XYZ | 10.1 | 18.06 | 3.33 | - |
| YUV | 95.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 13 | 0.62 | 0 | 0.90 | 0.47 | 101.31 | 0.82 | 0.29 |
| Hex | 33 | 87 | D | 3E | 0 | 5A | 2F | 65 | 52 | 1D |
| Octal | 63 | 207 | 15 | 76 | 0 | 132 | 57 | 145 | 122 | 35 |
| Binary | 110011 | 10000111 | 1101 | 111110 | 0 | 1011010 | 101111 | 1100101 | 1010010 | 11101 |
Color Harmonies of #33870D
Complementary color
Monochromatic Colors of #33870D
Black with #33870D
Text Example
Text Example
White with #33870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33870D; }
p { color: rgb(51,135,13); }
H1.HeaderClassName
{
color: #33870D;
}
.AnyTagClassName
{
color: #33870D;
}
</style>
background-color css
<style>
a { background-color: #33870D; }
a { background-color: rgb(51,135,13); }
div.DivClassName
{
background-color: #33870D;
}
.BgClassName
{
background-color: #33870D;
}
</style>
border-color css
<style>
span { border-color: #33870D; }
span { border-color: rgb(51,135,13); }
td.TdClassName
{
border-color: #33870D;
}
.TagClassName
{
border-color: #33870D;
}
</style>