Shades of Bilbao #3A721B
Tints of Bilbao #3A721B
RGB
CMYK
RGB Variations
Color information
#3A721B (or 0x3A721B) is known color: Bilbao. HEX triplet: 3A, 72 and 1B. RGB value is (58,114,27). Sum of RGB (Red+Green+Blue) = 58+114+27=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #3A721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A721B is #C58DE4. Grayscale: #575757. Windows color (decimal): -12946917 or 1798714. OLE color: 1798714.
HSL color Cylindrical-coordinate representation of color #3A721B: hue angle of 98.62º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A721B is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 27 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.55 |
| HSL | 98.62º | 0.62% | 0.28% | - |
| HSV(B) | 98.62º | 0.76% | 0.45% | - |
| XYZ | 7.96 | 13.01 | 3.13 | - |
| YUV | 87.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 27 | 0.49 | 0 | 0.76 | 0.55 | 98.62 | 0.62 | 0.28 |
| Hex | 3A | 72 | 1B | 31 | 0 | 4C | 37 | 63 | 3E | 1C |
| Octal | 72 | 162 | 33 | 61 | 0 | 114 | 67 | 143 | 76 | 34 |
| Binary | 111010 | 1110010 | 11011 | 110001 | 0 | 1001100 | 110111 | 1100011 | 111110 | 11100 |
Color Harmonies of #3A721B
Complementary color
Monochromatic Colors of #3A721B
Black with #3A721B
Text Example
Text Example
White with #3A721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A721B; }
p { color: rgb(58,114,27); }
H1.HeaderClassName
{
color: #3A721B;
}
.AnyTagClassName
{
color: #3A721B;
}
</style>
background-color css
<style>
a { background-color: #3A721B; }
a { background-color: rgb(58,114,27); }
div.DivClassName
{
background-color: #3A721B;
}
.BgClassName
{
background-color: #3A721B;
}
</style>
border-color css
<style>
span { border-color: #3A721B; }
span { border-color: rgb(58,114,27); }
td.TdClassName
{
border-color: #3A721B;
}
.TagClassName
{
border-color: #3A721B;
}
</style>