Shades of Bilbao #348A19
Tints of Bilbao #348A19
RGB
CMYK
RGB Variations
Color information
#348A19 (or 0x348A19) is known color: Bilbao. HEX triplet: 34, 8A and 19. RGB value is (52,138,25). Sum of RGB (Red+Green+Blue) = 52+138+25=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #348A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A19 is #CB75E6. Grayscale: #636363. Windows color (decimal): -13333991 or 1673780. OLE color: 1673780.
HSL color Cylindrical-coordinate representation of color #348A19: hue angle of 105.66º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #348A19 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 25 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.46 |
| HSL | 105.66º | 0.69% | 0.32% | - |
| HSV(B) | 105.66º | 0.82% | 0.54% | - |
| XYZ | 10.68 | 18.98 | 4.02 | - |
| YUV | 99.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 25 | 0.62 | 0 | 0.82 | 0.46 | 105.66 | 0.69 | 0.32 |
| Hex | 34 | 8A | 19 | 3E | 0 | 52 | 2E | 6A | 45 | 20 |
| Octal | 64 | 212 | 31 | 76 | 0 | 122 | 56 | 152 | 105 | 40 |
| Binary | 110100 | 10001010 | 11001 | 111110 | 0 | 1010010 | 101110 | 1101010 | 1000101 | 100000 |
Color Harmonies of #348A19
Complementary color
Monochromatic Colors of #348A19
Black with #348A19
Text Example
Text Example
White with #348A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A19; }
p { color: rgb(52,138,25); }
H1.HeaderClassName
{
color: #348A19;
}
.AnyTagClassName
{
color: #348A19;
}
</style>
background-color css
<style>
a { background-color: #348A19; }
a { background-color: rgb(52,138,25); }
div.DivClassName
{
background-color: #348A19;
}
.BgClassName
{
background-color: #348A19;
}
</style>
border-color css
<style>
span { border-color: #348A19; }
span { border-color: rgb(52,138,25); }
td.TdClassName
{
border-color: #348A19;
}
.TagClassName
{
border-color: #348A19;
}
</style>