Shades of Bilbao #33790F
Tints of Bilbao #33790F
RGB
CMYK
RGB Variations
Color information
#33790F (or 0x33790F) is known color: Bilbao. HEX triplet: 33, 79 and 0F. RGB value is (51,121,15). Sum of RGB (Red+Green+Blue) = 51+121+15=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #33790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33790F is #CC86F0. Grayscale: #585858. Windows color (decimal): -13403889 or 1014067. OLE color: 1014067.
HSL color Cylindrical-coordinate representation of color #33790F: hue angle of 99.62º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33790F is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 15 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.53 |
| HSL | 99.62º | 0.78% | 0.27% | - |
| HSV(B) | 99.62º | 0.88% | 0.47% | - |
| XYZ | 8.29 | 14.41 | 2.8 | - |
| YUV | 87.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 15 | 0.58 | 0 | 0.88 | 0.53 | 99.62 | 0.78 | 0.27 |
| Hex | 33 | 79 | F | 3A | 0 | 58 | 35 | 64 | 4E | 1B |
| Octal | 63 | 171 | 17 | 72 | 0 | 130 | 65 | 144 | 116 | 33 |
| Binary | 110011 | 1111001 | 1111 | 111010 | 0 | 1011000 | 110101 | 1100100 | 1001110 | 11011 |
Color Harmonies of #33790F
Complementary color
Monochromatic Colors of #33790F
Black with #33790F
Text Example
Text Example
White with #33790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33790F; }
p { color: rgb(51,121,15); }
H1.HeaderClassName
{
color: #33790F;
}
.AnyTagClassName
{
color: #33790F;
}
</style>
background-color css
<style>
a { background-color: #33790F; }
a { background-color: rgb(51,121,15); }
div.DivClassName
{
background-color: #33790F;
}
.BgClassName
{
background-color: #33790F;
}
</style>
border-color css
<style>
span { border-color: #33790F; }
span { border-color: rgb(51,121,15); }
td.TdClassName
{
border-color: #33790F;
}
.TagClassName
{
border-color: #33790F;
}
</style>