Shades of Bilbao #33870E
Tints of Bilbao #33870E
RGB
CMYK
RGB Variations
Color information
#33870E (or 0x33870E) is known color: Bilbao. HEX triplet: 33, 87 and 0E. RGB value is (51,135,14). Sum of RGB (Red+Green+Blue) = 51+135+14=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #33870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33870E is #CC78F1. Grayscale: #606060. Windows color (decimal): -13400306 or 952115. OLE color: 952115.
HSL color Cylindrical-coordinate representation of color #33870E: hue angle of 101.65º degrees, saturation: 0.81, 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 #33870E is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 14 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.47 |
| HSL | 101.65º | 0.81% | 0.29% | - |
| HSV(B) | 101.65º | 0.9% | 0.53% | - |
| XYZ | 10.11 | 18.06 | 3.37 | - |
| YUV | 96.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 14 | 0.62 | 0 | 0.90 | 0.47 | 101.65 | 0.81 | 0.29 |
| Hex | 33 | 87 | E | 3E | 0 | 5A | 2F | 66 | 51 | 1D |
| Octal | 63 | 207 | 16 | 76 | 0 | 132 | 57 | 146 | 121 | 35 |
| Binary | 110011 | 10000111 | 1110 | 111110 | 0 | 1011010 | 101111 | 1100110 | 1010001 | 11101 |
Color Harmonies of #33870E
Complementary color
Monochromatic Colors of #33870E
Black with #33870E
Text Example
Text Example
White with #33870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33870E; }
p { color: rgb(51,135,14); }
H1.HeaderClassName
{
color: #33870E;
}
.AnyTagClassName
{
color: #33870E;
}
</style>
background-color css
<style>
a { background-color: #33870E; }
a { background-color: rgb(51,135,14); }
div.DivClassName
{
background-color: #33870E;
}
.BgClassName
{
background-color: #33870E;
}
</style>
border-color css
<style>
span { border-color: #33870E; }
span { border-color: rgb(51,135,14); }
td.TdClassName
{
border-color: #33870E;
}
.TagClassName
{
border-color: #33870E;
}
</style>