Shades of Bilbao #3A7930
Tints of Bilbao #3A7930
RGB
CMYK
RGB Variations
Color information
#3A7930 (or 0x3A7930) is known color: Bilbao. HEX triplet: 3A, 79 and 30. RGB value is (58,121,48). Sum of RGB (Red+Green+Blue) = 58+121+48=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #3A7930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7930 is #C586CF. Grayscale: #5E5E5E. Windows color (decimal): -12945104 or 3176762. OLE color: 3176762.
HSL color Cylindrical-coordinate representation of color #3A7930: hue angle of 111.78º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7930 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 121 | 48 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.53 |
| HSL | 111.78º | 0.43% | 0.33% | - |
| HSV(B) | 111.78º | 0.6% | 0.47% | - |
| XYZ | 9.12 | 14.79 | 5.17 | - |
| YUV | 93.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 48 | 0.52 | 0 | 0.60 | 0.53 | 111.78 | 0.43 | 0.33 |
| Hex | 3A | 79 | 30 | 34 | 0 | 3C | 35 | 70 | 2B | 21 |
| Octal | 72 | 171 | 60 | 64 | 0 | 74 | 65 | 160 | 53 | 41 |
| Binary | 111010 | 1111001 | 110000 | 110100 | 0 | 111100 | 110101 | 1110000 | 101011 | 100001 |
Color Harmonies of #3A7930
Complementary color
Monochromatic Colors of #3A7930
Black with #3A7930
Text Example
Text Example
White with #3A7930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7930; }
p { color: rgb(58,121,48); }
H1.HeaderClassName
{
color: #3A7930;
}
.AnyTagClassName
{
color: #3A7930;
}
</style>
background-color css
<style>
a { background-color: #3A7930; }
a { background-color: rgb(58,121,48); }
div.DivClassName
{
background-color: #3A7930;
}
.BgClassName
{
background-color: #3A7930;
}
</style>
border-color css
<style>
span { border-color: #3A7930; }
span { border-color: rgb(58,121,48); }
td.TdClassName
{
border-color: #3A7930;
}
.TagClassName
{
border-color: #3A7930;
}
</style>