Shades of Bilbao #347E16
Tints of Bilbao #347E16
RGB
CMYK
RGB Variations
Color information
#347E16 (or 0x347E16) is known color: Bilbao. HEX triplet: 34, 7E and 16. RGB value is (52,126,22). Sum of RGB (Red+Green+Blue) = 52+126+22=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #347E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347E16 is #CB81E9. Grayscale: #5C5C5C. Windows color (decimal): -13337066 or 1474100. OLE color: 1474100.
HSL color Cylindrical-coordinate representation of color #347E16: hue angle of 102.69º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #347E16 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 22 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.51 |
| HSL | 102.69º | 0.7% | 0.29% | - |
| HSV(B) | 102.69º | 0.83% | 0.49% | - |
| XYZ | 9.02 | 15.71 | 3.32 | - |
| YUV | 92.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 22 | 0.59 | 0 | 0.83 | 0.51 | 102.69 | 0.7 | 0.29 |
| Hex | 34 | 7E | 16 | 3B | 0 | 53 | 33 | 67 | 46 | 1D |
| Octal | 64 | 176 | 26 | 73 | 0 | 123 | 63 | 147 | 106 | 35 |
| Binary | 110100 | 1111110 | 10110 | 111011 | 0 | 1010011 | 110011 | 1100111 | 1000110 | 11101 |
Color Harmonies of #347E16
Complementary color
Monochromatic Colors of #347E16
Black with #347E16
Text Example
Text Example
White with #347E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E16; }
p { color: rgb(52,126,22); }
H1.HeaderClassName
{
color: #347E16;
}
.AnyTagClassName
{
color: #347E16;
}
</style>
background-color css
<style>
a { background-color: #347E16; }
a { background-color: rgb(52,126,22); }
div.DivClassName
{
background-color: #347E16;
}
.BgClassName
{
background-color: #347E16;
}
</style>
border-color css
<style>
span { border-color: #347E16; }
span { border-color: rgb(52,126,22); }
td.TdClassName
{
border-color: #347E16;
}
.TagClassName
{
border-color: #347E16;
}
</style>