Shades of Bilbao #33740F
Tints of Bilbao #33740F
RGB
CMYK
RGB Variations
Color information
#33740F (or 0x33740F) is known color: Bilbao. HEX triplet: 33, 74 and 0F. RGB value is (51,116,15). Sum of RGB (Red+Green+Blue) = 51+116+15=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #33740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33740F is #CC8BF0. Grayscale: #555555. Windows color (decimal): -13405169 or 1012787. OLE color: 1012787.
HSL color Cylindrical-coordinate representation of color #33740F: hue angle of 98.61º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33740F is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 116 | 15 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.55 |
| HSL | 98.61º | 0.77% | 0.26% | - |
| HSV(B) | 98.61º | 0.87% | 0.45% | - |
| XYZ | 7.7 | 13.23 | 2.6 | - |
| YUV | 85.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 15 | 0.56 | 0 | 0.87 | 0.55 | 98.61 | 0.77 | 0.26 |
| Hex | 33 | 74 | F | 38 | 0 | 57 | 37 | 63 | 4D | 1A |
| Octal | 63 | 164 | 17 | 70 | 0 | 127 | 67 | 143 | 115 | 32 |
| Binary | 110011 | 1110100 | 1111 | 111000 | 0 | 1010111 | 110111 | 1100011 | 1001101 | 11010 |
Color Harmonies of #33740F
Complementary color
Monochromatic Colors of #33740F
Black with #33740F
Text Example
Text Example
White with #33740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33740F; }
p { color: rgb(51,116,15); }
H1.HeaderClassName
{
color: #33740F;
}
.AnyTagClassName
{
color: #33740F;
}
</style>
background-color css
<style>
a { background-color: #33740F; }
a { background-color: rgb(51,116,15); }
div.DivClassName
{
background-color: #33740F;
}
.BgClassName
{
background-color: #33740F;
}
</style>
border-color css
<style>
span { border-color: #33740F; }
span { border-color: rgb(51,116,15); }
td.TdClassName
{
border-color: #33740F;
}
.TagClassName
{
border-color: #33740F;
}
</style>