Shades of Bilbao #33812A
Tints of Bilbao #33812A
RGB
CMYK
RGB Variations
Color information
#33812A (or 0x33812A) is known color: Bilbao. HEX triplet: 33, 81 and 2A. RGB value is (51,129,42). Sum of RGB (Red+Green+Blue) = 51+129+42=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #33812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33812A is #CC7ED5. Grayscale: #606060. Windows color (decimal): -13401814 or 2785587. OLE color: 2785587.
HSL color Cylindrical-coordinate representation of color #33812A: hue angle of 113.79º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33812A is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 42 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.49 |
| HSL | 113.79º | 0.51% | 0.34% | - |
| HSV(B) | 113.79º | 0.67% | 0.51% | - |
| XYZ | 9.63 | 16.57 | 4.88 | - |
| YUV | 95.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 42 | 0.60 | 0 | 0.67 | 0.49 | 113.79 | 0.51 | 0.34 |
| Hex | 33 | 81 | 2A | 3C | 0 | 43 | 31 | 72 | 33 | 22 |
| Octal | 63 | 201 | 52 | 74 | 0 | 103 | 61 | 162 | 63 | 42 |
| Binary | 110011 | 10000001 | 101010 | 111100 | 0 | 1000011 | 110001 | 1110010 | 110011 | 100010 |
Color Harmonies of #33812A
Complementary color
Monochromatic Colors of #33812A
Black with #33812A
Text Example
Text Example
White with #33812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33812A; }
p { color: rgb(51,129,42); }
H1.HeaderClassName
{
color: #33812A;
}
.AnyTagClassName
{
color: #33812A;
}
</style>
background-color css
<style>
a { background-color: #33812A; }
a { background-color: rgb(51,129,42); }
div.DivClassName
{
background-color: #33812A;
}
.BgClassName
{
background-color: #33812A;
}
</style>
border-color css
<style>
span { border-color: #33812A; }
span { border-color: rgb(51,129,42); }
td.TdClassName
{
border-color: #33812A;
}
.TagClassName
{
border-color: #33812A;
}
</style>