Shades of Bilbao #33760C
Tints of Bilbao #33760C
RGB
CMYK
RGB Variations
Color information
#33760C (or 0x33760C) is known color: Bilbao. HEX triplet: 33, 76 and 0C. RGB value is (51,118,12). Sum of RGB (Red+Green+Blue) = 51+118+12=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 118 (46.48% from 255 or 65.19% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 118 - color contains mainly: green. Hex color #33760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33760C is #CC89F3. Grayscale: #565656. Windows color (decimal): -13404660 or 816691. OLE color: 816691.
HSL color Cylindrical-coordinate representation of color #33760C: hue angle of 97.92º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33760C is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 12 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.54 |
| HSL | 97.92º | 0.82% | 0.25% | - |
| HSV(B) | 97.92º | 0.9% | 0.46% | - |
| XYZ | 7.91 | 13.69 | 2.57 | - |
| YUV | 85.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 12 | 0.57 | 0 | 0.90 | 0.54 | 97.92 | 0.82 | 0.25 |
| Hex | 33 | 76 | C | 39 | 0 | 5A | 36 | 62 | 52 | 19 |
| Octal | 63 | 166 | 14 | 71 | 0 | 132 | 66 | 142 | 122 | 31 |
| Binary | 110011 | 1110110 | 1100 | 111001 | 0 | 1011010 | 110110 | 1100010 | 1010010 | 11001 |
Color Harmonies of #33760C
Complementary color
Monochromatic Colors of #33760C
Black with #33760C
Text Example
Text Example
White with #33760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33760C; }
p { color: rgb(51,118,12); }
H1.HeaderClassName
{
color: #33760C;
}
.AnyTagClassName
{
color: #33760C;
}
</style>
background-color css
<style>
a { background-color: #33760C; }
a { background-color: rgb(51,118,12); }
div.DivClassName
{
background-color: #33760C;
}
.BgClassName
{
background-color: #33760C;
}
</style>
border-color css
<style>
span { border-color: #33760C; }
span { border-color: rgb(51,118,12); }
td.TdClassName
{
border-color: #33760C;
}
.TagClassName
{
border-color: #33760C;
}
</style>