Shades of Bilbao #358119
Tints of Bilbao #358119
RGB
CMYK
RGB Variations
Color information
#358119 (or 0x358119) is known color: Bilbao. HEX triplet: 35, 81 and 19. RGB value is (53,129,25). Sum of RGB (Red+Green+Blue) = 53+129+25=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #358119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358119 is #CA7EE6. Grayscale: #5E5E5E. Windows color (decimal): -13270759 or 1671477. OLE color: 1671477.
HSL color Cylindrical-coordinate representation of color #358119: hue angle of 103.85º 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 #358119 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 129 | 25 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.49 |
| HSL | 103.85º | 0.68% | 0.3% | - |
| HSV(B) | 103.85º | 0.81% | 0.51% | - |
| XYZ | 9.49 | 16.53 | 3.61 | - |
| YUV | 94.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 25 | 0.59 | 0 | 0.81 | 0.49 | 103.85 | 0.68 | 0.3 |
| Hex | 35 | 81 | 19 | 3B | 0 | 51 | 31 | 68 | 44 | 1E |
| Octal | 65 | 201 | 31 | 73 | 0 | 121 | 61 | 150 | 104 | 36 |
| Binary | 110101 | 10000001 | 11001 | 111011 | 0 | 1010001 | 110001 | 1101000 | 1000100 | 11110 |
Color Harmonies of #358119
Complementary color
Monochromatic Colors of #358119
Black with #358119
Text Example
Text Example
White with #358119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358119; }
p { color: rgb(53,129,25); }
H1.HeaderClassName
{
color: #358119;
}
.AnyTagClassName
{
color: #358119;
}
</style>
background-color css
<style>
a { background-color: #358119; }
a { background-color: rgb(53,129,25); }
div.DivClassName
{
background-color: #358119;
}
.BgClassName
{
background-color: #358119;
}
</style>
border-color css
<style>
span { border-color: #358119; }
span { border-color: rgb(53,129,25); }
td.TdClassName
{
border-color: #358119;
}
.TagClassName
{
border-color: #358119;
}
</style>