Shades of Bilbao #347D21
Tints of Bilbao #347D21
RGB
CMYK
RGB Variations
Color information
#347D21 (or 0x347D21) is known color: Bilbao. HEX triplet: 34, 7D and 21. RGB value is (52,125,33). Sum of RGB (Red+Green+Blue) = 52+125+33=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #347D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D21 is #CB82DE. Grayscale: #5C5C5C. Windows color (decimal): -13337311 or 2194740. OLE color: 2194740.
HSL color Cylindrical-coordinate representation of color #347D21: hue angle of 107.61º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #347D21 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 33 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.51 |
| HSL | 107.61º | 0.58% | 0.31% | - |
| HSV(B) | 107.61º | 0.74% | 0.49% | - |
| XYZ | 9.02 | 15.51 | 3.96 | - |
| YUV | 92.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 33 | 0.58 | 0 | 0.74 | 0.51 | 107.61 | 0.58 | 0.31 |
| Hex | 34 | 7D | 21 | 3A | 0 | 4A | 33 | 6C | 3A | 1F |
| Octal | 64 | 175 | 41 | 72 | 0 | 112 | 63 | 154 | 72 | 37 |
| Binary | 110100 | 1111101 | 100001 | 111010 | 0 | 1001010 | 110011 | 1101100 | 111010 | 11111 |
Color Harmonies of #347D21
Complementary color
Monochromatic Colors of #347D21
Black with #347D21
Text Example
Text Example
White with #347D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D21; }
p { color: rgb(52,125,33); }
H1.HeaderClassName
{
color: #347D21;
}
.AnyTagClassName
{
color: #347D21;
}
</style>
background-color css
<style>
a { background-color: #347D21; }
a { background-color: rgb(52,125,33); }
div.DivClassName
{
background-color: #347D21;
}
.BgClassName
{
background-color: #347D21;
}
</style>
border-color css
<style>
span { border-color: #347D21; }
span { border-color: rgb(52,125,33); }
td.TdClassName
{
border-color: #347D21;
}
.TagClassName
{
border-color: #347D21;
}
</style>