Shades of Bilbao #33870C
Tints of Bilbao #33870C
RGB
CMYK
RGB Variations
Color information
#33870C (or 0x33870C) is known color: Bilbao. HEX triplet: 33, 87 and 0C. RGB value is (51,135,12). Sum of RGB (Red+Green+Blue) = 51+135+12=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #33870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33870C is #CC78F3. Grayscale: #606060. Windows color (decimal): -13400308 or 821043. OLE color: 821043.
HSL color Cylindrical-coordinate representation of color #33870C: hue angle of 100.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33870C is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 12 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.47 |
| HSL | 100.98º | 0.84% | 0.29% | - |
| HSV(B) | 100.98º | 0.91% | 0.53% | - |
| XYZ | 10.1 | 18.06 | 3.3 | - |
| YUV | 95.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 12 | 0.62 | 0 | 0.91 | 0.47 | 100.98 | 0.84 | 0.29 |
| Hex | 33 | 87 | C | 3E | 0 | 5B | 2F | 65 | 54 | 1D |
| Octal | 63 | 207 | 14 | 76 | 0 | 133 | 57 | 145 | 124 | 35 |
| Binary | 110011 | 10000111 | 1100 | 111110 | 0 | 1011011 | 101111 | 1100101 | 1010100 | 11101 |
Color Harmonies of #33870C
Complementary color
Monochromatic Colors of #33870C
Black with #33870C
Text Example
Text Example
White with #33870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33870C; }
p { color: rgb(51,135,12); }
H1.HeaderClassName
{
color: #33870C;
}
.AnyTagClassName
{
color: #33870C;
}
</style>
background-color css
<style>
a { background-color: #33870C; }
a { background-color: rgb(51,135,12); }
div.DivClassName
{
background-color: #33870C;
}
.BgClassName
{
background-color: #33870C;
}
</style>
border-color css
<style>
span { border-color: #33870C; }
span { border-color: rgb(51,135,12); }
td.TdClassName
{
border-color: #33870C;
}
.TagClassName
{
border-color: #33870C;
}
</style>