Shades of Bilbao #3A7B21
Tints of Bilbao #3A7B21
RGB
CMYK
RGB Variations
Color information
#3A7B21 (or 0x3A7B21) is known color: Bilbao. HEX triplet: 3A, 7B and 21. RGB value is (58,123,33). Sum of RGB (Red+Green+Blue) = 58+123+33=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B21 is #C584DE. Grayscale: #5D5D5D. Windows color (decimal): -12944607 or 2194234. OLE color: 2194234.
HSL color Cylindrical-coordinate representation of color #3A7B21: hue angle of 103.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A7B21 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 33 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.52 |
| HSL | 103.33º | 0.58% | 0.31% | - |
| HSV(B) | 103.33º | 0.73% | 0.48% | - |
| XYZ | 9.1 | 15.18 | 3.89 | - |
| YUV | 93.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 33 | 0.53 | 0 | 0.73 | 0.52 | 103.33 | 0.58 | 0.31 |
| Hex | 3A | 7B | 21 | 35 | 0 | 49 | 34 | 67 | 3A | 1F |
| Octal | 72 | 173 | 41 | 65 | 0 | 111 | 64 | 147 | 72 | 37 |
| Binary | 111010 | 1111011 | 100001 | 110101 | 0 | 1001001 | 110100 | 1100111 | 111010 | 11111 |
Color Harmonies of #3A7B21
Complementary color
Monochromatic Colors of #3A7B21
Black with #3A7B21
Text Example
Text Example
White with #3A7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B21; }
p { color: rgb(58,123,33); }
H1.HeaderClassName
{
color: #3A7B21;
}
.AnyTagClassName
{
color: #3A7B21;
}
</style>
background-color css
<style>
a { background-color: #3A7B21; }
a { background-color: rgb(58,123,33); }
div.DivClassName
{
background-color: #3A7B21;
}
.BgClassName
{
background-color: #3A7B21;
}
</style>
border-color css
<style>
span { border-color: #3A7B21; }
span { border-color: rgb(58,123,33); }
td.TdClassName
{
border-color: #3A7B21;
}
.TagClassName
{
border-color: #3A7B21;
}
</style>