Shades of Bilbao #347F0E
Tints of Bilbao #347F0E
RGB
CMYK
RGB Variations
Color information
#347F0E (or 0x347F0E) is known color: Bilbao. HEX triplet: 34, 7F and 0E. RGB value is (52,127,14). Sum of RGB (Red+Green+Blue) = 52+127+14=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 127 (50% from 255 or 65.80% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 127 - color contains mainly: green. Hex color #347F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F0E is #CB80F1. Grayscale: #5C5C5C. Windows color (decimal): -13336818 or 950068. OLE color: 950068.
HSL color Cylindrical-coordinate representation of color #347F0E: hue angle of 99.82º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #347F0E is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 14 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.50 |
| HSL | 99.82º | 0.8% | 0.28% | - |
| HSV(B) | 99.82º | 0.89% | 0.5% | - |
| XYZ | 9.08 | 15.94 | 3.01 | - |
| YUV | 91.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 14 | 0.59 | 0 | 0.89 | 0.50 | 99.82 | 0.8 | 0.28 |
| Hex | 34 | 7F | E | 3B | 0 | 59 | 32 | 64 | 50 | 1C |
| Octal | 64 | 177 | 16 | 73 | 0 | 131 | 62 | 144 | 120 | 34 |
| Binary | 110100 | 1111111 | 1110 | 111011 | 0 | 1011001 | 110010 | 1100100 | 1010000 | 11100 |
Color Harmonies of #347F0E
Complementary color
Monochromatic Colors of #347F0E
Black with #347F0E
Text Example
Text Example
White with #347F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F0E; }
p { color: rgb(52,127,14); }
H1.HeaderClassName
{
color: #347F0E;
}
.AnyTagClassName
{
color: #347F0E;
}
</style>
background-color css
<style>
a { background-color: #347F0E; }
a { background-color: rgb(52,127,14); }
div.DivClassName
{
background-color: #347F0E;
}
.BgClassName
{
background-color: #347F0E;
}
</style>
border-color css
<style>
span { border-color: #347F0E; }
span { border-color: rgb(52,127,14); }
td.TdClassName
{
border-color: #347F0E;
}
.TagClassName
{
border-color: #347F0E;
}
</style>