Shades of Bilbao #328702
Tints of Bilbao #328702
RGB
CMYK
RGB Variations
Color information
#328702 (or 0x328702) is known color: Bilbao. HEX triplet: 32, 87 and 02. RGB value is (50,135,2). Sum of RGB (Red+Green+Blue) = 50+135+2=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #328702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328702 is #CD78FD. Grayscale: #5E5E5E. Windows color (decimal): -13465854 or 165682. OLE color: 165682.
HSL color Cylindrical-coordinate representation of color #328702: hue angle of 98.35º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328702 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.47 |
| HSL | 98.35º | 0.97% | 0.27% | - |
| HSV(B) | 98.35º | 0.99% | 0.53% | - |
| XYZ | 9.99 | 18.01 | 3.01 | - |
| YUV | 94.42 | 75.84 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 2 | 0.63 | 0 | 0.99 | 0.47 | 98.35 | 0.97 | 0.27 |
| Hex | 32 | 87 | 2 | 3F | 0 | 63 | 2F | 62 | 61 | 1B |
| Octal | 62 | 207 | 2 | 77 | 0 | 143 | 57 | 142 | 141 | 33 |
| Binary | 110010 | 10000111 | 10 | 111111 | 0 | 1100011 | 101111 | 1100010 | 1100001 | 11011 |
Color Harmonies of #328702
Complementary color
Monochromatic Colors of #328702
Black with #328702
Text Example
Text Example
White with #328702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328702; }
p { color: rgb(50,135,2); }
H1.HeaderClassName
{
color: #328702;
}
.AnyTagClassName
{
color: #328702;
}
</style>
background-color css
<style>
a { background-color: #328702; }
a { background-color: rgb(50,135,2); }
div.DivClassName
{
background-color: #328702;
}
.BgClassName
{
background-color: #328702;
}
</style>
border-color css
<style>
span { border-color: #328702; }
span { border-color: rgb(50,135,2); }
td.TdClassName
{
border-color: #328702;
}
.TagClassName
{
border-color: #328702;
}
</style>