Shades of Bilbao #33740A
Tints of Bilbao #33740A
RGB
CMYK
RGB Variations
Color information
#33740A (or 0x33740A) is known color: Bilbao. HEX triplet: 33, 74 and 0A. RGB value is (51,116,10). Sum of RGB (Red+Green+Blue) = 51+116+10=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #33740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33740A is #CC8BF5. Grayscale: #545454. Windows color (decimal): -13405174 or 685107. OLE color: 685107.
HSL color Cylindrical-coordinate representation of color #33740A: hue angle of 96.79º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33740A is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 116 | 10 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.55 |
| HSL | 96.79º | 0.84% | 0.25% | - |
| HSV(B) | 96.79º | 0.91% | 0.45% | - |
| XYZ | 7.67 | 13.22 | 2.43 | - |
| YUV | 84.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 10 | 0.56 | 0 | 0.91 | 0.55 | 96.79 | 0.84 | 0.25 |
| Hex | 33 | 74 | A | 38 | 0 | 5B | 37 | 61 | 54 | 19 |
| Octal | 63 | 164 | 12 | 70 | 0 | 133 | 67 | 141 | 124 | 31 |
| Binary | 110011 | 1110100 | 1010 | 111000 | 0 | 1011011 | 110111 | 1100001 | 1010100 | 11001 |
Color Harmonies of #33740A
Complementary color
Monochromatic Colors of #33740A
Black with #33740A
Text Example
Text Example
White with #33740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33740A; }
p { color: rgb(51,116,10); }
H1.HeaderClassName
{
color: #33740A;
}
.AnyTagClassName
{
color: #33740A;
}
</style>
background-color css
<style>
a { background-color: #33740A; }
a { background-color: rgb(51,116,10); }
div.DivClassName
{
background-color: #33740A;
}
.BgClassName
{
background-color: #33740A;
}
</style>
border-color css
<style>
span { border-color: #33740A; }
span { border-color: rgb(51,116,10); }
td.TdClassName
{
border-color: #33740A;
}
.TagClassName
{
border-color: #33740A;
}
</style>