Shades of Bilbao #33701C
Tints of Bilbao #33701C
RGB
CMYK
RGB Variations
Color information
#33701C (or 0x33701C) is known color: Bilbao. HEX triplet: 33, 70 and 1C. RGB value is (51,112,28). Sum of RGB (Red+Green+Blue) = 51+112+28=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #33701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33701C is #CC8FE3. Grayscale: #545454. Windows color (decimal): -13406180 or 1863731. OLE color: 1863731.
HSL color Cylindrical-coordinate representation of color #33701C: hue angle of 103.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33701C is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 28 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.56 |
| HSL | 103.57º | 0.6% | 0.27% | - |
| HSV(B) | 103.57º | 0.75% | 0.44% | - |
| XYZ | 7.37 | 12.38 | 3.1 | - |
| YUV | 84.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 28 | 0.54 | 0 | 0.75 | 0.56 | 103.57 | 0.6 | 0.27 |
| Hex | 33 | 70 | 1C | 36 | 0 | 4B | 38 | 68 | 3C | 1B |
| Octal | 63 | 160 | 34 | 66 | 0 | 113 | 70 | 150 | 74 | 33 |
| Binary | 110011 | 1110000 | 11100 | 110110 | 0 | 1001011 | 111000 | 1101000 | 111100 | 11011 |
Color Harmonies of #33701C
Complementary color
Monochromatic Colors of #33701C
Black with #33701C
Text Example
Text Example
White with #33701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33701C; }
p { color: rgb(51,112,28); }
H1.HeaderClassName
{
color: #33701C;
}
.AnyTagClassName
{
color: #33701C;
}
</style>
background-color css
<style>
a { background-color: #33701C; }
a { background-color: rgb(51,112,28); }
div.DivClassName
{
background-color: #33701C;
}
.BgClassName
{
background-color: #33701C;
}
</style>
border-color css
<style>
span { border-color: #33701C; }
span { border-color: rgb(51,112,28); }
td.TdClassName
{
border-color: #33701C;
}
.TagClassName
{
border-color: #33701C;
}
</style>