Shades of Bilbao #3A8521
Tints of Bilbao #3A8521
RGB
CMYK
RGB Variations
Color information
#3A8521 (or 0x3A8521) is known color: Bilbao. HEX triplet: 3A, 85 and 21. RGB value is (58,133,33). Sum of RGB (Red+Green+Blue) = 58+133+33=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8521 is #C57ADE. Grayscale: #636363. Windows color (decimal): -12942047 or 2196794. OLE color: 2196794.
HSL color Cylindrical-coordinate representation of color #3A8521: hue angle of 105º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A8521 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 33 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.48 |
| HSL | 105º | 0.6% | 0.33% | - |
| HSV(B) | 105º | 0.75% | 0.52% | - |
| XYZ | 10.41 | 17.78 | 4.32 | - |
| YUV | 99.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 33 | 0.56 | 0 | 0.75 | 0.48 | 105 | 0.6 | 0.33 |
| Hex | 3A | 85 | 21 | 38 | 0 | 4B | 30 | 69 | 3C | 21 |
| Octal | 72 | 205 | 41 | 70 | 0 | 113 | 60 | 151 | 74 | 41 |
| Binary | 111010 | 10000101 | 100001 | 111000 | 0 | 1001011 | 110000 | 1101001 | 111100 | 100001 |
Color Harmonies of #3A8521
Complementary color
Monochromatic Colors of #3A8521
Black with #3A8521
Text Example
Text Example
White with #3A8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8521; }
p { color: rgb(58,133,33); }
H1.HeaderClassName
{
color: #3A8521;
}
.AnyTagClassName
{
color: #3A8521;
}
</style>
background-color css
<style>
a { background-color: #3A8521; }
a { background-color: rgb(58,133,33); }
div.DivClassName
{
background-color: #3A8521;
}
.BgClassName
{
background-color: #3A8521;
}
</style>
border-color css
<style>
span { border-color: #3A8521; }
span { border-color: rgb(58,133,33); }
td.TdClassName
{
border-color: #3A8521;
}
.TagClassName
{
border-color: #3A8521;
}
</style>