Shades of Bilbao #358B09
Tints of Bilbao #358B09
RGB
CMYK
RGB Variations
Color information
#358B09 (or 0x358B09) is known color: Bilbao. HEX triplet: 35, 8B and 09. RGB value is (53,139,9). Sum of RGB (Red+Green+Blue) = 53+139+9=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #358B09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358B09 is #CA74F6. Grayscale: #626262. Windows color (decimal): -13268215 or 625461. OLE color: 625461.
HSL color Cylindrical-coordinate representation of color #358B09: hue angle of 99.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #358B09 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 9 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.45 |
| HSL | 99.69º | 0.88% | 0.29% | - |
| HSV(B) | 99.69º | 0.94% | 0.55% | - |
| XYZ | 10.75 | 19.24 | 3.41 | - |
| YUV | 98.47 | 77.51 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 9 | 0.62 | 0 | 0.94 | 0.45 | 99.69 | 0.88 | 0.29 |
| Hex | 35 | 8B | 9 | 3E | 0 | 5E | 2D | 64 | 58 | 1D |
| Octal | 65 | 213 | 11 | 76 | 0 | 136 | 55 | 144 | 130 | 35 |
| Binary | 110101 | 10001011 | 1001 | 111110 | 0 | 1011110 | 101101 | 1100100 | 1011000 | 11101 |
Color Harmonies of #358B09
Complementary color
Monochromatic Colors of #358B09
Black with #358B09
Text Example
Text Example
White with #358B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B09; }
p { color: rgb(53,139,9); }
H1.HeaderClassName
{
color: #358B09;
}
.AnyTagClassName
{
color: #358B09;
}
</style>
background-color css
<style>
a { background-color: #358B09; }
a { background-color: rgb(53,139,9); }
div.DivClassName
{
background-color: #358B09;
}
.BgClassName
{
background-color: #358B09;
}
</style>
border-color css
<style>
span { border-color: #358B09; }
span { border-color: rgb(53,139,9); }
td.TdClassName
{
border-color: #358B09;
}
.TagClassName
{
border-color: #358B09;
}
</style>