Shades of Bilbao #348928
Tints of Bilbao #348928
RGB
CMYK
RGB Variations
Color information
#348928 (or 0x348928) is known color: Bilbao. HEX triplet: 34, 89 and 28. RGB value is (52,137,40). Sum of RGB (Red+Green+Blue) = 52+137+40=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #348928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348928 is #CB76D7. Grayscale: #646464. Windows color (decimal): -13334232 or 2656564. OLE color: 2656564.
HSL color Cylindrical-coordinate representation of color #348928: hue angle of 112.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348928 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 40 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.46 |
| HSL | 112.58º | 0.55% | 0.35% | - |
| HSV(B) | 112.58º | 0.71% | 0.54% | - |
| XYZ | 10.74 | 18.77 | 5.07 | - |
| YUV | 100.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 40 | 0.62 | 0 | 0.71 | 0.46 | 112.58 | 0.55 | 0.35 |
| Hex | 34 | 89 | 28 | 3E | 0 | 47 | 2E | 71 | 37 | 23 |
| Octal | 64 | 211 | 50 | 76 | 0 | 107 | 56 | 161 | 67 | 43 |
| Binary | 110100 | 10001001 | 101000 | 111110 | 0 | 1000111 | 101110 | 1110001 | 110111 | 100011 |
Color Harmonies of #348928
Complementary color
Monochromatic Colors of #348928
Black with #348928
Text Example
Text Example
White with #348928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348928; }
p { color: rgb(52,137,40); }
H1.HeaderClassName
{
color: #348928;
}
.AnyTagClassName
{
color: #348928;
}
</style>
background-color css
<style>
a { background-color: #348928; }
a { background-color: rgb(52,137,40); }
div.DivClassName
{
background-color: #348928;
}
.BgClassName
{
background-color: #348928;
}
</style>
border-color css
<style>
span { border-color: #348928; }
span { border-color: rgb(52,137,40); }
td.TdClassName
{
border-color: #348928;
}
.TagClassName
{
border-color: #348928;
}
</style>