Shades of Bilbao #3A792D
Tints of Bilbao #3A792D
RGB
CMYK
RGB Variations
Color information
#3A792D (or 0x3A792D) is known color: Bilbao. HEX triplet: 3A, 79 and 2D. RGB value is (58,121,45). Sum of RGB (Red+Green+Blue) = 58+121+45=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #3A792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A792D is #C586D2. Grayscale: #5D5D5D. Windows color (decimal): -12945107 or 2980154. OLE color: 2980154.
HSL color Cylindrical-coordinate representation of color #3A792D: hue angle of 109.74º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A792D is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 121 | 45 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.53 |
| HSL | 109.74º | 0.46% | 0.33% | - |
| HSV(B) | 109.74º | 0.63% | 0.47% | - |
| XYZ | 9.06 | 14.76 | 4.86 | - |
| YUV | 93.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 45 | 0.52 | 0 | 0.63 | 0.53 | 109.74 | 0.46 | 0.33 |
| Hex | 3A | 79 | 2D | 34 | 0 | 3F | 35 | 6E | 2E | 21 |
| Octal | 72 | 171 | 55 | 64 | 0 | 77 | 65 | 156 | 56 | 41 |
| Binary | 111010 | 1111001 | 101101 | 110100 | 0 | 111111 | 110101 | 1101110 | 101110 | 100001 |
Color Harmonies of #3A792D
Complementary color
Monochromatic Colors of #3A792D
Black with #3A792D
Text Example
Text Example
White with #3A792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A792D; }
p { color: rgb(58,121,45); }
H1.HeaderClassName
{
color: #3A792D;
}
.AnyTagClassName
{
color: #3A792D;
}
</style>
background-color css
<style>
a { background-color: #3A792D; }
a { background-color: rgb(58,121,45); }
div.DivClassName
{
background-color: #3A792D;
}
.BgClassName
{
background-color: #3A792D;
}
</style>
border-color css
<style>
span { border-color: #3A792D; }
span { border-color: rgb(58,121,45); }
td.TdClassName
{
border-color: #3A792D;
}
.TagClassName
{
border-color: #3A792D;
}
</style>