Shades of Bilbao #328705
Tints of Bilbao #328705
RGB
CMYK
RGB Variations
Color information
#328705 (or 0x328705) is known color: Bilbao. HEX triplet: 32, 87 and 05. RGB value is (50,135,5). Sum of RGB (Red+Green+Blue) = 50+135+5=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #328705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328705 is #CD78FA. Grayscale: #5F5F5F. Windows color (decimal): -13465851 or 362290. OLE color: 362290.
HSL color Cylindrical-coordinate representation of color #328705: hue angle of 99.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #328705 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 5 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.47 |
| HSL | 99.23º | 0.93% | 0.27% | - |
| HSV(B) | 99.23º | 0.96% | 0.53% | - |
| XYZ | 10.01 | 18.02 | 3.09 | - |
| YUV | 94.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 5 | 0.63 | 0 | 0.96 | 0.47 | 99.23 | 0.93 | 0.27 |
| Hex | 32 | 87 | 5 | 3F | 0 | 60 | 2F | 63 | 5D | 1B |
| Octal | 62 | 207 | 5 | 77 | 0 | 140 | 57 | 143 | 135 | 33 |
| Binary | 110010 | 10000111 | 101 | 111111 | 0 | 1100000 | 101111 | 1100011 | 1011101 | 11011 |
Color Harmonies of #328705
Complementary color
Monochromatic Colors of #328705
Black with #328705
Text Example
Text Example
White with #328705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328705; }
p { color: rgb(50,135,5); }
H1.HeaderClassName
{
color: #328705;
}
.AnyTagClassName
{
color: #328705;
}
</style>
background-color css
<style>
a { background-color: #328705; }
a { background-color: rgb(50,135,5); }
div.DivClassName
{
background-color: #328705;
}
.BgClassName
{
background-color: #328705;
}
</style>
border-color css
<style>
span { border-color: #328705; }
span { border-color: rgb(50,135,5); }
td.TdClassName
{
border-color: #328705;
}
.TagClassName
{
border-color: #328705;
}
</style>