Shades of Bilbao #348401
Tints of Bilbao #348401
RGB
CMYK
RGB Variations
Color information
#348401 (or 0x348401) is known color: Bilbao. HEX triplet: 34, 84 and 01. RGB value is (52,132,1). Sum of RGB (Red+Green+Blue) = 52+132+1=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #348401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348401 is #CB7BFE. Grayscale: #5D5D5D. Windows color (decimal): -13335551 or 99380. OLE color: 99380.
HSL color Cylindrical-coordinate representation of color #348401: hue angle of 96.64º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #348401 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.48 |
| HSL | 96.64º | 0.98% | 0.26% | - |
| HSV(B) | 96.64º | 0.99% | 0.52% | - |
| XYZ | 9.67 | 17.23 | 2.85 | - |
| YUV | 93.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 1 | 0.61 | 0 | 0.99 | 0.48 | 96.64 | 0.98 | 0.26 |
| Hex | 34 | 84 | 1 | 3D | 0 | 63 | 30 | 61 | 62 | 1A |
| Octal | 64 | 204 | 1 | 75 | 0 | 143 | 60 | 141 | 142 | 32 |
| Binary | 110100 | 10000100 | 1 | 111101 | 0 | 1100011 | 110000 | 1100001 | 1100010 | 11010 |
Color Harmonies of #348401
Complementary color
Monochromatic Colors of #348401
Black with #348401
Text Example
Text Example
White with #348401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348401; }
p { color: rgb(52,132,1); }
H1.HeaderClassName
{
color: #348401;
}
.AnyTagClassName
{
color: #348401;
}
</style>
background-color css
<style>
a { background-color: #348401; }
a { background-color: rgb(52,132,1); }
div.DivClassName
{
background-color: #348401;
}
.BgClassName
{
background-color: #348401;
}
</style>
border-color css
<style>
span { border-color: #348401; }
span { border-color: rgb(52,132,1); }
td.TdClassName
{
border-color: #348401;
}
.TagClassName
{
border-color: #348401;
}
</style>