Shades of Bilbao #3A7C21
Tints of Bilbao #3A7C21
RGB
CMYK
RGB Variations
Color information
#3A7C21 (or 0x3A7C21) is known color: Bilbao. HEX triplet: 3A, 7C and 21. RGB value is (58,124,33). Sum of RGB (Red+Green+Blue) = 58+124+33=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C21 is #C583DE. Grayscale: #5E5E5E. Windows color (decimal): -12944351 or 2194490. OLE color: 2194490.
HSL color Cylindrical-coordinate representation of color #3A7C21: hue angle of 103.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A7C21 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 33 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.51 |
| HSL | 103.52º | 0.58% | 0.31% | - |
| HSV(B) | 103.52º | 0.73% | 0.49% | - |
| XYZ | 9.23 | 15.42 | 3.93 | - |
| YUV | 93.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 33 | 0.53 | 0 | 0.73 | 0.51 | 103.52 | 0.58 | 0.31 |
| Hex | 3A | 7C | 21 | 35 | 0 | 49 | 33 | 68 | 3A | 1F |
| Octal | 72 | 174 | 41 | 65 | 0 | 111 | 63 | 150 | 72 | 37 |
| Binary | 111010 | 1111100 | 100001 | 110101 | 0 | 1001001 | 110011 | 1101000 | 111010 | 11111 |
Color Harmonies of #3A7C21
Complementary color
Monochromatic Colors of #3A7C21
Black with #3A7C21
Text Example
Text Example
White with #3A7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C21; }
p { color: rgb(58,124,33); }
H1.HeaderClassName
{
color: #3A7C21;
}
.AnyTagClassName
{
color: #3A7C21;
}
</style>
background-color css
<style>
a { background-color: #3A7C21; }
a { background-color: rgb(58,124,33); }
div.DivClassName
{
background-color: #3A7C21;
}
.BgClassName
{
background-color: #3A7C21;
}
</style>
border-color css
<style>
span { border-color: #3A7C21; }
span { border-color: rgb(58,124,33); }
td.TdClassName
{
border-color: #3A7C21;
}
.TagClassName
{
border-color: #3A7C21;
}
</style>