Shades of Bilbao #3A7A2A
Tints of Bilbao #3A7A2A
RGB
CMYK
RGB Variations
Color information
#3A7A2A (or 0x3A7A2A) is known color: Bilbao. HEX triplet: 3A, 7A and 2A. RGB value is (58,122,42). Sum of RGB (Red+Green+Blue) = 58+122+42=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7A2A is #C585D5. Grayscale: #5E5E5E. Windows color (decimal): -12944854 or 2783802. OLE color: 2783802.
HSL color Cylindrical-coordinate representation of color #3A7A2A: hue angle of 108º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7A2A is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 42 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.52 |
| HSL | 108º | 0.49% | 0.32% | - |
| HSV(B) | 108º | 0.66% | 0.48% | - |
| XYZ | 9.12 | 14.99 | 4.6 | - |
| YUV | 93.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 42 | 0.52 | 0 | 0.66 | 0.52 | 108 | 0.49 | 0.32 |
| Hex | 3A | 7A | 2A | 34 | 0 | 42 | 34 | 6C | 31 | 20 |
| Octal | 72 | 172 | 52 | 64 | 0 | 102 | 64 | 154 | 61 | 40 |
| Binary | 111010 | 1111010 | 101010 | 110100 | 0 | 1000010 | 110100 | 1101100 | 110001 | 100000 |
Color Harmonies of #3A7A2A
Complementary color
Monochromatic Colors of #3A7A2A
Black with #3A7A2A
Text Example
Text Example
White with #3A7A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A2A; }
p { color: rgb(58,122,42); }
H1.HeaderClassName
{
color: #3A7A2A;
}
.AnyTagClassName
{
color: #3A7A2A;
}
</style>
background-color css
<style>
a { background-color: #3A7A2A; }
a { background-color: rgb(58,122,42); }
div.DivClassName
{
background-color: #3A7A2A;
}
.BgClassName
{
background-color: #3A7A2A;
}
</style>
border-color css
<style>
span { border-color: #3A7A2A; }
span { border-color: rgb(58,122,42); }
td.TdClassName
{
border-color: #3A7A2A;
}
.TagClassName
{
border-color: #3A7A2A;
}
</style>