Shades of Bilbao #346E04
Tints of Bilbao #346E04
RGB
CMYK
RGB Variations
Color information
#346E04 (or 0x346E04) is known color: Bilbao. HEX triplet: 34, 6E and 04. RGB value is (52,110,4). Sum of RGB (Red+Green+Blue) = 52+110+4=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 110 (43.36% from 255 or 66.27% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 110 - color contains mainly: green. Hex color #346E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346E04 is #CB91FB. Grayscale: #505050. Windows color (decimal): -13341180 or 290356. OLE color: 290356.
HSL color Cylindrical-coordinate representation of color #346E04: hue angle of 92.83º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #346E04 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 4 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.57 |
| HSL | 92.83º | 0.93% | 0.22% | - |
| HSV(B) | 92.83º | 0.96% | 0.43% | - |
| XYZ | 7.01 | 11.89 | 2.04 | - |
| YUV | 80.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 4 | 0.53 | 0 | 0.96 | 0.57 | 92.83 | 0.93 | 0.22 |
| Hex | 34 | 6E | 4 | 35 | 0 | 60 | 39 | 5D | 5D | 16 |
| Octal | 64 | 156 | 4 | 65 | 0 | 140 | 71 | 135 | 135 | 26 |
| Binary | 110100 | 1101110 | 100 | 110101 | 0 | 1100000 | 111001 | 1011101 | 1011101 | 10110 |
Color Harmonies of #346E04
Complementary color
Monochromatic Colors of #346E04
Black with #346E04
Text Example
Text Example
White with #346E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E04; }
p { color: rgb(52,110,4); }
H1.HeaderClassName
{
color: #346E04;
}
.AnyTagClassName
{
color: #346E04;
}
</style>
background-color css
<style>
a { background-color: #346E04; }
a { background-color: rgb(52,110,4); }
div.DivClassName
{
background-color: #346E04;
}
.BgClassName
{
background-color: #346E04;
}
</style>
border-color css
<style>
span { border-color: #346E04; }
span { border-color: rgb(52,110,4); }
td.TdClassName
{
border-color: #346E04;
}
.TagClassName
{
border-color: #346E04;
}
</style>