Shades of Bilbao #3A7B24
Tints of Bilbao #3A7B24
RGB
CMYK
RGB Variations
Color information
#3A7B24 (or 0x3A7B24) is known color: Bilbao. HEX triplet: 3A, 7B and 24. RGB value is (58,123,36). Sum of RGB (Red+Green+Blue) = 58+123+36=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B24 is #C584DB. Grayscale: #5D5D5D. Windows color (decimal): -12944604 or 2390842. OLE color: 2390842.
HSL color Cylindrical-coordinate representation of color #3A7B24: hue angle of 104.83º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A7B24 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 36 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.52 |
| HSL | 104.83º | 0.55% | 0.31% | - |
| HSV(B) | 104.83º | 0.71% | 0.48% | - |
| XYZ | 9.15 | 15.19 | 4.12 | - |
| YUV | 93.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 36 | 0.53 | 0 | 0.71 | 0.52 | 104.83 | 0.55 | 0.31 |
| Hex | 3A | 7B | 24 | 35 | 0 | 47 | 34 | 69 | 37 | 1F |
| Octal | 72 | 173 | 44 | 65 | 0 | 107 | 64 | 151 | 67 | 37 |
| Binary | 111010 | 1111011 | 100100 | 110101 | 0 | 1000111 | 110100 | 1101001 | 110111 | 11111 |
Color Harmonies of #3A7B24
Complementary color
Monochromatic Colors of #3A7B24
Black with #3A7B24
Text Example
Text Example
White with #3A7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B24; }
p { color: rgb(58,123,36); }
H1.HeaderClassName
{
color: #3A7B24;
}
.AnyTagClassName
{
color: #3A7B24;
}
</style>
background-color css
<style>
a { background-color: #3A7B24; }
a { background-color: rgb(58,123,36); }
div.DivClassName
{
background-color: #3A7B24;
}
.BgClassName
{
background-color: #3A7B24;
}
</style>
border-color css
<style>
span { border-color: #3A7B24; }
span { border-color: rgb(58,123,36); }
td.TdClassName
{
border-color: #3A7B24;
}
.TagClassName
{
border-color: #3A7B24;
}
</style>