Shades of Bilbao #33750F
Tints of Bilbao #33750F
RGB
CMYK
RGB Variations
Color information
#33750F (or 0x33750F) is known color: Bilbao. HEX triplet: 33, 75 and 0F. RGB value is (51,117,15). Sum of RGB (Red+Green+Blue) = 51+117+15=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #33750F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33750F is #CC8AF0. Grayscale: #555555. Windows color (decimal): -13404913 or 1013043. OLE color: 1013043.
HSL color Cylindrical-coordinate representation of color #33750F: hue angle of 98.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33750F is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 15 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.54 |
| HSL | 98.82º | 0.77% | 0.26% | - |
| HSV(B) | 98.82º | 0.87% | 0.46% | - |
| XYZ | 7.81 | 13.46 | 2.64 | - |
| YUV | 85.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 15 | 0.56 | 0 | 0.87 | 0.54 | 98.82 | 0.77 | 0.26 |
| Hex | 33 | 75 | F | 38 | 0 | 57 | 36 | 63 | 4D | 1A |
| Octal | 63 | 165 | 17 | 70 | 0 | 127 | 66 | 143 | 115 | 32 |
| Binary | 110011 | 1110101 | 1111 | 111000 | 0 | 1010111 | 110110 | 1100011 | 1001101 | 11010 |
Color Harmonies of #33750F
Complementary color
Monochromatic Colors of #33750F
Black with #33750F
Text Example
Text Example
White with #33750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33750F; }
p { color: rgb(51,117,15); }
H1.HeaderClassName
{
color: #33750F;
}
.AnyTagClassName
{
color: #33750F;
}
</style>
background-color css
<style>
a { background-color: #33750F; }
a { background-color: rgb(51,117,15); }
div.DivClassName
{
background-color: #33750F;
}
.BgClassName
{
background-color: #33750F;
}
</style>
border-color css
<style>
span { border-color: #33750F; }
span { border-color: rgb(51,117,15); }
td.TdClassName
{
border-color: #33750F;
}
.TagClassName
{
border-color: #33750F;
}
</style>