Shades of Bilbao #337827
Tints of Bilbao #337827
RGB
CMYK
RGB Variations
Color information
#337827 (or 0x337827) is known color: Bilbao. HEX triplet: 33, 78 and 27. RGB value is (51,120,39). Sum of RGB (Red+Green+Blue) = 51+120+39=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #337827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337827 is #CC87D8. Grayscale: #5A5A5A. Windows color (decimal): -13404121 or 2586675. OLE color: 2586675.
HSL color Cylindrical-coordinate representation of color #337827: hue angle of 111.11º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337827 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 39 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.53 |
| HSL | 111.11º | 0.51% | 0.31% | - |
| HSV(B) | 111.11º | 0.68% | 0.47% | - |
| XYZ | 8.45 | 14.28 | 4.23 | - |
| YUV | 90.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 39 | 0.58 | 0 | 0.67 | 0.53 | 111.11 | 0.51 | 0.31 |
| Hex | 33 | 78 | 27 | 3A | 0 | 43 | 35 | 6F | 33 | 1F |
| Octal | 63 | 170 | 47 | 72 | 0 | 103 | 65 | 157 | 63 | 37 |
| Binary | 110011 | 1111000 | 100111 | 111010 | 0 | 1000011 | 110101 | 1101111 | 110011 | 11111 |
Color Harmonies of #337827
Complementary color
Monochromatic Colors of #337827
Black with #337827
Text Example
Text Example
White with #337827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337827; }
p { color: rgb(51,120,39); }
H1.HeaderClassName
{
color: #337827;
}
.AnyTagClassName
{
color: #337827;
}
</style>
background-color css
<style>
a { background-color: #337827; }
a { background-color: rgb(51,120,39); }
div.DivClassName
{
background-color: #337827;
}
.BgClassName
{
background-color: #337827;
}
</style>
border-color css
<style>
span { border-color: #337827; }
span { border-color: rgb(51,120,39); }
td.TdClassName
{
border-color: #337827;
}
.TagClassName
{
border-color: #337827;
}
</style>