Shades of Bilbao #3A8224
Tints of Bilbao #3A8224
RGB
CMYK
RGB Variations
Color information
#3A8224 (or 0x3A8224) is known color: Bilbao. HEX triplet: 3A, 82 and 24. RGB value is (58,130,36). Sum of RGB (Red+Green+Blue) = 58+130+36=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #3A8224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8224 is #C57DDB. Grayscale: #626262. Windows color (decimal): -12942812 or 2392634. OLE color: 2392634.
HSL color Cylindrical-coordinate representation of color #3A8224: hue angle of 105.96º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A8224 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 36 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.49 |
| HSL | 105.96º | 0.57% | 0.33% | - |
| HSV(B) | 105.96º | 0.72% | 0.51% | - |
| XYZ | 10.05 | 16.99 | 4.42 | - |
| YUV | 97.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 36 | 0.55 | 0 | 0.72 | 0.49 | 105.96 | 0.57 | 0.33 |
| Hex | 3A | 82 | 24 | 37 | 0 | 48 | 31 | 6A | 39 | 21 |
| Octal | 72 | 202 | 44 | 67 | 0 | 110 | 61 | 152 | 71 | 41 |
| Binary | 111010 | 10000010 | 100100 | 110111 | 0 | 1001000 | 110001 | 1101010 | 111001 | 100001 |
Color Harmonies of #3A8224
Complementary color
Monochromatic Colors of #3A8224
Black with #3A8224
Text Example
Text Example
White with #3A8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8224; }
p { color: rgb(58,130,36); }
H1.HeaderClassName
{
color: #3A8224;
}
.AnyTagClassName
{
color: #3A8224;
}
</style>
background-color css
<style>
a { background-color: #3A8224; }
a { background-color: rgb(58,130,36); }
div.DivClassName
{
background-color: #3A8224;
}
.BgClassName
{
background-color: #3A8224;
}
</style>
border-color css
<style>
span { border-color: #3A8224; }
span { border-color: rgb(58,130,36); }
td.TdClassName
{
border-color: #3A8224;
}
.TagClassName
{
border-color: #3A8224;
}
</style>