Shades of Bilbao #3A741D
Tints of Bilbao #3A741D
RGB
CMYK
RGB Variations
Color information
#3A741D (or 0x3A741D) is known color: Bilbao. HEX triplet: 3A, 74 and 1D. RGB value is (58,116,29). Sum of RGB (Red+Green+Blue) = 58+116+29=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #3A741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A741D is #C58BE2. Grayscale: #595959. Windows color (decimal): -12946403 or 1930298. OLE color: 1930298.
HSL color Cylindrical-coordinate representation of color #3A741D: hue angle of 100º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A741D is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 29 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.55 |
| HSL | 100º | 0.6% | 0.28% | - |
| HSV(B) | 100º | 0.75% | 0.45% | - |
| XYZ | 8.21 | 13.48 | 3.33 | - |
| YUV | 88.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 29 | 0.5 | 0 | 0.75 | 0.55 | 100 | 0.6 | 0.28 |
| Hex | 3A | 74 | 1D | 32 | 0 | 4B | 37 | 64 | 3C | 1C |
| Octal | 72 | 164 | 35 | 62 | 0 | 113 | 67 | 144 | 74 | 34 |
| Binary | 111010 | 1110100 | 11101 | 110010 | 0 | 1001011 | 110111 | 1100100 | 111100 | 11100 |
Color Harmonies of #3A741D
Complementary color
Monochromatic Colors of #3A741D
Black with #3A741D
Text Example
Text Example
White with #3A741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A741D; }
p { color: rgb(58,116,29); }
H1.HeaderClassName
{
color: #3A741D;
}
.AnyTagClassName
{
color: #3A741D;
}
</style>
background-color css
<style>
a { background-color: #3A741D; }
a { background-color: rgb(58,116,29); }
div.DivClassName
{
background-color: #3A741D;
}
.BgClassName
{
background-color: #3A741D;
}
</style>
border-color css
<style>
span { border-color: #3A741D; }
span { border-color: rgb(58,116,29); }
td.TdClassName
{
border-color: #3A741D;
}
.TagClassName
{
border-color: #3A741D;
}
</style>