Shades of Bilbao #348016
Tints of Bilbao #348016
RGB
CMYK
RGB Variations
Color information
#348016 (or 0x348016) is known color: Bilbao. HEX triplet: 34, 80 and 16. RGB value is (52,128,22). Sum of RGB (Red+Green+Blue) = 52+128+22=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #348016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348016 is #CB7FE9. Grayscale: #5D5D5D. Windows color (decimal): -13336554 or 1474612. OLE color: 1474612.
HSL color Cylindrical-coordinate representation of color #348016: hue angle of 103.02º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #348016 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 22 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.50 |
| HSL | 103.02º | 0.71% | 0.29% | - |
| HSV(B) | 103.02º | 0.83% | 0.5% | - |
| XYZ | 9.28 | 16.23 | 3.4 | - |
| YUV | 93.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 22 | 0.59 | 0 | 0.83 | 0.50 | 103.02 | 0.71 | 0.29 |
| Hex | 34 | 80 | 16 | 3B | 0 | 53 | 32 | 67 | 47 | 1D |
| Octal | 64 | 200 | 26 | 73 | 0 | 123 | 62 | 147 | 107 | 35 |
| Binary | 110100 | 10000000 | 10110 | 111011 | 0 | 1010011 | 110010 | 1100111 | 1000111 | 11101 |
Color Harmonies of #348016
Complementary color
Monochromatic Colors of #348016
Black with #348016
Text Example
Text Example
White with #348016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348016; }
p { color: rgb(52,128,22); }
H1.HeaderClassName
{
color: #348016;
}
.AnyTagClassName
{
color: #348016;
}
</style>
background-color css
<style>
a { background-color: #348016; }
a { background-color: rgb(52,128,22); }
div.DivClassName
{
background-color: #348016;
}
.BgClassName
{
background-color: #348016;
}
</style>
border-color css
<style>
span { border-color: #348016; }
span { border-color: rgb(52,128,22); }
td.TdClassName
{
border-color: #348016;
}
.TagClassName
{
border-color: #348016;
}
</style>