Shades of Bilbao #3A7324
Tints of Bilbao #3A7324
RGB
CMYK
RGB Variations
Color information
#3A7324 (or 0x3A7324) is known color: Bilbao. HEX triplet: 3A, 73 and 24. RGB value is (58,115,36). Sum of RGB (Red+Green+Blue) = 58+115+36=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7324 is #C58CDB. Grayscale: #595959. Windows color (decimal): -12946652 or 2388794. OLE color: 2388794.
HSL color Cylindrical-coordinate representation of color #3A7324: hue angle of 103.29º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7324 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 36 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.55 |
| HSL | 103.29º | 0.52% | 0.3% | - |
| HSV(B) | 103.29º | 0.69% | 0.45% | - |
| XYZ | 8.19 | 13.29 | 3.8 | - |
| YUV | 88.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 36 | 0.50 | 0 | 0.69 | 0.55 | 103.29 | 0.52 | 0.3 |
| Hex | 3A | 73 | 24 | 32 | 0 | 45 | 37 | 67 | 34 | 1E |
| Octal | 72 | 163 | 44 | 62 | 0 | 105 | 67 | 147 | 64 | 36 |
| Binary | 111010 | 1110011 | 100100 | 110010 | 0 | 1000101 | 110111 | 1100111 | 110100 | 11110 |
Color Harmonies of #3A7324
Complementary color
Monochromatic Colors of #3A7324
Black with #3A7324
Text Example
Text Example
White with #3A7324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7324; }
p { color: rgb(58,115,36); }
H1.HeaderClassName
{
color: #3A7324;
}
.AnyTagClassName
{
color: #3A7324;
}
</style>
background-color css
<style>
a { background-color: #3A7324; }
a { background-color: rgb(58,115,36); }
div.DivClassName
{
background-color: #3A7324;
}
.BgClassName
{
background-color: #3A7324;
}
</style>
border-color css
<style>
span { border-color: #3A7324; }
span { border-color: rgb(58,115,36); }
td.TdClassName
{
border-color: #3A7324;
}
.TagClassName
{
border-color: #3A7324;
}
</style>