Shades of Bilbao #348412
Tints of Bilbao #348412
RGB
CMYK
RGB Variations
Color information
#348412 (or 0x348412) is known color: Bilbao. HEX triplet: 34, 84 and 12. RGB value is (52,132,18). Sum of RGB (Red+Green+Blue) = 52+132+18=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #348412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348412 is #CB7BED. Grayscale: #5F5F5F. Windows color (decimal): -13335534 or 1213492. OLE color: 1213492.
HSL color Cylindrical-coordinate representation of color #348412: hue angle of 102.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #348412 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 18 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.48 |
| HSL | 102.11º | 0.76% | 0.29% | - |
| HSV(B) | 102.11º | 0.86% | 0.52% | - |
| XYZ | 9.78 | 17.28 | 3.39 | - |
| YUV | 95.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 18 | 0.61 | 0 | 0.86 | 0.48 | 102.11 | 0.76 | 0.29 |
| Hex | 34 | 84 | 12 | 3D | 0 | 56 | 30 | 66 | 4C | 1D |
| Octal | 64 | 204 | 22 | 75 | 0 | 126 | 60 | 146 | 114 | 35 |
| Binary | 110100 | 10000100 | 10010 | 111101 | 0 | 1010110 | 110000 | 1100110 | 1001100 | 11101 |
Color Harmonies of #348412
Complementary color
Monochromatic Colors of #348412
Black with #348412
Text Example
Text Example
White with #348412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348412; }
p { color: rgb(52,132,18); }
H1.HeaderClassName
{
color: #348412;
}
.AnyTagClassName
{
color: #348412;
}
</style>
background-color css
<style>
a { background-color: #348412; }
a { background-color: rgb(52,132,18); }
div.DivClassName
{
background-color: #348412;
}
.BgClassName
{
background-color: #348412;
}
</style>
border-color css
<style>
span { border-color: #348412; }
span { border-color: rgb(52,132,18); }
td.TdClassName
{
border-color: #348412;
}
.TagClassName
{
border-color: #348412;
}
</style>