Shades of Bilbao #32721A
Tints of Bilbao #32721A
RGB
CMYK
RGB Variations
Color information
#32721A (or 0x32721A) is known color: Bilbao. HEX triplet: 32, 72 and 1A. RGB value is (50,114,26). Sum of RGB (Red+Green+Blue) = 50+114+26=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #32721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32721A is #CD8DE5. Grayscale: #555555. Windows color (decimal): -13471206 or 1733170. OLE color: 1733170.
HSL color Cylindrical-coordinate representation of color #32721A: hue angle of 103.64º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32721A is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 26 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.55 |
| HSL | 103.64º | 0.63% | 0.27% | - |
| HSV(B) | 103.64º | 0.77% | 0.45% | - |
| XYZ | 7.52 | 12.79 | 3.05 | - |
| YUV | 84.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 26 | 0.56 | 0 | 0.77 | 0.55 | 103.64 | 0.63 | 0.27 |
| Hex | 32 | 72 | 1A | 38 | 0 | 4D | 37 | 68 | 3F | 1B |
| Octal | 62 | 162 | 32 | 70 | 0 | 115 | 67 | 150 | 77 | 33 |
| Binary | 110010 | 1110010 | 11010 | 111000 | 0 | 1001101 | 110111 | 1101000 | 111111 | 11011 |
Color Harmonies of #32721A
Complementary color
Monochromatic Colors of #32721A
Black with #32721A
Text Example
Text Example
White with #32721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32721A; }
p { color: rgb(50,114,26); }
H1.HeaderClassName
{
color: #32721A;
}
.AnyTagClassName
{
color: #32721A;
}
</style>
background-color css
<style>
a { background-color: #32721A; }
a { background-color: rgb(50,114,26); }
div.DivClassName
{
background-color: #32721A;
}
.BgClassName
{
background-color: #32721A;
}
</style>
border-color css
<style>
span { border-color: #32721A; }
span { border-color: rgb(50,114,26); }
td.TdClassName
{
border-color: #32721A;
}
.TagClassName
{
border-color: #32721A;
}
</style>