Shades of Bilbao #358B19
Tints of Bilbao #358B19
RGB
CMYK
RGB Variations
Color information
#358B19 (or 0x358B19) is known color: Bilbao. HEX triplet: 35, 8B and 19. RGB value is (53,139,25). Sum of RGB (Red+Green+Blue) = 53+139+25=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 139 (54.69% from 255 or 64.06% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 139 - color contains mainly: green. Hex color #358B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358B19 is #CA74E6. Grayscale: #646464. Windows color (decimal): -13268199 or 1674037. OLE color: 1674037.
HSL color Cylindrical-coordinate representation of color #358B19: hue angle of 105.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #358B19 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 25 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.45 |
| HSL | 105.26º | 0.7% | 0.32% | - |
| HSV(B) | 105.26º | 0.82% | 0.55% | - |
| XYZ | 10.88 | 19.29 | 4.07 | - |
| YUV | 100.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 25 | 0.62 | 0 | 0.82 | 0.45 | 105.26 | 0.7 | 0.32 |
| Hex | 35 | 8B | 19 | 3E | 0 | 52 | 2D | 69 | 46 | 20 |
| Octal | 65 | 213 | 31 | 76 | 0 | 122 | 55 | 151 | 106 | 40 |
| Binary | 110101 | 10001011 | 11001 | 111110 | 0 | 1010010 | 101101 | 1101001 | 1000110 | 100000 |
Color Harmonies of #358B19
Complementary color
Monochromatic Colors of #358B19
Black with #358B19
Text Example
Text Example
White with #358B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B19; }
p { color: rgb(53,139,25); }
H1.HeaderClassName
{
color: #358B19;
}
.AnyTagClassName
{
color: #358B19;
}
</style>
background-color css
<style>
a { background-color: #358B19; }
a { background-color: rgb(53,139,25); }
div.DivClassName
{
background-color: #358B19;
}
.BgClassName
{
background-color: #358B19;
}
</style>
border-color css
<style>
span { border-color: #358B19; }
span { border-color: rgb(53,139,25); }
td.TdClassName
{
border-color: #358B19;
}
.TagClassName
{
border-color: #358B19;
}
</style>