Shades of Bilbao #347A29
Tints of Bilbao #347A29
RGB
CMYK
RGB Variations
Color information
#347A29 (or 0x347A29) is known color: Bilbao. HEX triplet: 34, 7A and 29. RGB value is (52,122,41). Sum of RGB (Red+Green+Blue) = 52+122+41=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #347A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A29 is #CB85D6. Grayscale: #5C5C5C. Windows color (decimal): -13338071 or 2718260. OLE color: 2718260.
HSL color Cylindrical-coordinate representation of color #347A29: hue angle of 111.85º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347A29 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 122 | 41 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.52 |
| HSL | 111.85º | 0.5% | 0.32% | - |
| HSV(B) | 111.85º | 0.66% | 0.48% | - |
| XYZ | 8.78 | 14.81 | 4.49 | - |
| YUV | 91.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 41 | 0.57 | 0 | 0.66 | 0.52 | 111.85 | 0.5 | 0.32 |
| Hex | 34 | 7A | 29 | 39 | 0 | 42 | 34 | 70 | 32 | 20 |
| Octal | 64 | 172 | 51 | 71 | 0 | 102 | 64 | 160 | 62 | 40 |
| Binary | 110100 | 1111010 | 101001 | 111001 | 0 | 1000010 | 110100 | 1110000 | 110010 | 100000 |
Color Harmonies of #347A29
Complementary color
Monochromatic Colors of #347A29
Black with #347A29
Text Example
Text Example
White with #347A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A29; }
p { color: rgb(52,122,41); }
H1.HeaderClassName
{
color: #347A29;
}
.AnyTagClassName
{
color: #347A29;
}
</style>
background-color css
<style>
a { background-color: #347A29; }
a { background-color: rgb(52,122,41); }
div.DivClassName
{
background-color: #347A29;
}
.BgClassName
{
background-color: #347A29;
}
</style>
border-color css
<style>
span { border-color: #347A29; }
span { border-color: rgb(52,122,41); }
td.TdClassName
{
border-color: #347A29;
}
.TagClassName
{
border-color: #347A29;
}
</style>