Shades of Bilbao #348119
Tints of Bilbao #348119
RGB
CMYK
RGB Variations
Color information
#348119 (or 0x348119) is known color: Bilbao. HEX triplet: 34, 81 and 19. RGB value is (52,129,25). Sum of RGB (Red+Green+Blue) = 52+129+25=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #348119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348119 is #CB7EE6. Grayscale: #5E5E5E. Windows color (decimal): -13336295 or 1671476. OLE color: 1671476.
HSL color Cylindrical-coordinate representation of color #348119: hue angle of 104.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #348119 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 25 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.49 |
| HSL | 104.42º | 0.68% | 0.3% | - |
| HSV(B) | 104.42º | 0.81% | 0.51% | - |
| XYZ | 9.44 | 16.5 | 3.61 | - |
| YUV | 94.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 25 | 0.60 | 0 | 0.81 | 0.49 | 104.42 | 0.68 | 0.3 |
| Hex | 34 | 81 | 19 | 3C | 0 | 51 | 31 | 68 | 44 | 1E |
| Octal | 64 | 201 | 31 | 74 | 0 | 121 | 61 | 150 | 104 | 36 |
| Binary | 110100 | 10000001 | 11001 | 111100 | 0 | 1010001 | 110001 | 1101000 | 1000100 | 11110 |
Color Harmonies of #348119
Complementary color
Monochromatic Colors of #348119
Black with #348119
Text Example
Text Example
White with #348119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348119; }
p { color: rgb(52,129,25); }
H1.HeaderClassName
{
color: #348119;
}
.AnyTagClassName
{
color: #348119;
}
</style>
background-color css
<style>
a { background-color: #348119; }
a { background-color: rgb(52,129,25); }
div.DivClassName
{
background-color: #348119;
}
.BgClassName
{
background-color: #348119;
}
</style>
border-color css
<style>
span { border-color: #348119; }
span { border-color: rgb(52,129,25); }
td.TdClassName
{
border-color: #348119;
}
.TagClassName
{
border-color: #348119;
}
</style>