Shades of Bilbao #33820D
Tints of Bilbao #33820D
RGB
CMYK
RGB Variations
Color information
#33820D (or 0x33820D) is known color: Bilbao. HEX triplet: 33, 82 and 0D. RGB value is (51,130,13). Sum of RGB (Red+Green+Blue) = 51+130+13=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #33820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33820D is #CC7DF2. Grayscale: #5D5D5D. Windows color (decimal): -13401587 or 885299. OLE color: 885299.
HSL color Cylindrical-coordinate representation of color #33820D: hue angle of 100.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33820D is Cyan = 0.61, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 13 | - |
| CMYK | 0.61 | 0 | 0.9 | 0.49 |
| HSL | 100.51º | 0.82% | 0.28% | - |
| HSV(B) | 100.51º | 0.9% | 0.51% | - |
| XYZ | 9.42 | 16.7 | 3.11 | - |
| YUV | 93.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 13 | 0.61 | 0 | 0.9 | 0.49 | 100.51 | 0.82 | 0.28 |
| Hex | 33 | 82 | D | 3D | 0 | 5A | 31 | 65 | 52 | 1C |
| Octal | 63 | 202 | 15 | 75 | 0 | 132 | 61 | 145 | 122 | 34 |
| Binary | 110011 | 10000010 | 1101 | 111101 | 0 | 1011010 | 110001 | 1100101 | 1010010 | 11100 |
Color Harmonies of #33820D
Complementary color
Monochromatic Colors of #33820D
Black with #33820D
Text Example
Text Example
White with #33820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33820D; }
p { color: rgb(51,130,13); }
H1.HeaderClassName
{
color: #33820D;
}
.AnyTagClassName
{
color: #33820D;
}
</style>
background-color css
<style>
a { background-color: #33820D; }
a { background-color: rgb(51,130,13); }
div.DivClassName
{
background-color: #33820D;
}
.BgClassName
{
background-color: #33820D;
}
</style>
border-color css
<style>
span { border-color: #33820D; }
span { border-color: rgb(51,130,13); }
td.TdClassName
{
border-color: #33820D;
}
.TagClassName
{
border-color: #33820D;
}
</style>