Shades of Bilbao #358B07
Tints of Bilbao #358B07
RGB
CMYK
RGB Variations
Color information
#358B07 (or 0x358B07) is known color: Bilbao. HEX triplet: 35, 8B and 07. RGB value is (53,139,7). Sum of RGB (Red+Green+Blue) = 53+139+7=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #358B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358B07 is #CA74F8. Grayscale: #626262. Windows color (decimal): -13268217 or 494389. OLE color: 494389.
HSL color Cylindrical-coordinate representation of color #358B07: hue angle of 99.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #358B07 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 7 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.45 |
| HSL | 99.09º | 0.9% | 0.29% | - |
| HSV(B) | 99.09º | 0.95% | 0.55% | - |
| XYZ | 10.74 | 19.24 | 3.35 | - |
| YUV | 98.24 | 76.51 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 7 | 0.62 | 0 | 0.95 | 0.45 | 99.09 | 0.9 | 0.29 |
| Hex | 35 | 8B | 7 | 3E | 0 | 5F | 2D | 63 | 5A | 1D |
| Octal | 65 | 213 | 7 | 76 | 0 | 137 | 55 | 143 | 132 | 35 |
| Binary | 110101 | 10001011 | 111 | 111110 | 0 | 1011111 | 101101 | 1100011 | 1011010 | 11101 |
Color Harmonies of #358B07
Complementary color
Monochromatic Colors of #358B07
Black with #358B07
Text Example
Text Example
White with #358B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B07; }
p { color: rgb(53,139,7); }
H1.HeaderClassName
{
color: #358B07;
}
.AnyTagClassName
{
color: #358B07;
}
</style>
background-color css
<style>
a { background-color: #358B07; }
a { background-color: rgb(53,139,7); }
div.DivClassName
{
background-color: #358B07;
}
.BgClassName
{
background-color: #358B07;
}
</style>
border-color css
<style>
span { border-color: #358B07; }
span { border-color: rgb(53,139,7); }
td.TdClassName
{
border-color: #358B07;
}
.TagClassName
{
border-color: #358B07;
}
</style>