Shades of Bilbao #347C24
Tints of Bilbao #347C24
RGB
CMYK
RGB Variations
Color information
#347C24 (or 0x347C24) is known color: Bilbao. HEX triplet: 34, 7C and 24. RGB value is (52,124,36). Sum of RGB (Red+Green+Blue) = 52+124+36=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #347C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C24 is #CB83DB. Grayscale: #5C5C5C. Windows color (decimal): -13337564 or 2391092. OLE color: 2391092.
HSL color Cylindrical-coordinate representation of color #347C24: hue angle of 109.09º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347C24 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 36 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.51 |
| HSL | 109.09º | 0.55% | 0.31% | - |
| HSV(B) | 109.09º | 0.71% | 0.49% | - |
| XYZ | 8.94 | 15.27 | 4.15 | - |
| YUV | 92.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 36 | 0.58 | 0 | 0.71 | 0.51 | 109.09 | 0.55 | 0.31 |
| Hex | 34 | 7C | 24 | 3A | 0 | 47 | 33 | 6D | 37 | 1F |
| Octal | 64 | 174 | 44 | 72 | 0 | 107 | 63 | 155 | 67 | 37 |
| Binary | 110100 | 1111100 | 100100 | 111010 | 0 | 1000111 | 110011 | 1101101 | 110111 | 11111 |
Color Harmonies of #347C24
Complementary color
Monochromatic Colors of #347C24
Black with #347C24
Text Example
Text Example
White with #347C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C24; }
p { color: rgb(52,124,36); }
H1.HeaderClassName
{
color: #347C24;
}
.AnyTagClassName
{
color: #347C24;
}
</style>
background-color css
<style>
a { background-color: #347C24; }
a { background-color: rgb(52,124,36); }
div.DivClassName
{
background-color: #347C24;
}
.BgClassName
{
background-color: #347C24;
}
</style>
border-color css
<style>
span { border-color: #347C24; }
span { border-color: rgb(52,124,36); }
td.TdClassName
{
border-color: #347C24;
}
.TagClassName
{
border-color: #347C24;
}
</style>