Shades of Bilbao #3A7327
Tints of Bilbao #3A7327
RGB
CMYK
RGB Variations
Color information
#3A7327 (or 0x3A7327) is known color: Bilbao. HEX triplet: 3A, 73 and 27. RGB value is (58,115,39). Sum of RGB (Red+Green+Blue) = 58+115+39=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7327 is #C58CD8. Grayscale: #595959. Windows color (decimal): -12946649 or 2585402. OLE color: 2585402.
HSL color Cylindrical-coordinate representation of color #3A7327: hue angle of 105º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7327 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 39 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.55 |
| HSL | 105º | 0.49% | 0.3% | - |
| HSV(B) | 105º | 0.66% | 0.45% | - |
| XYZ | 8.24 | 13.31 | 4.05 | - |
| YUV | 89.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 39 | 0.50 | 0 | 0.66 | 0.55 | 105 | 0.49 | 0.3 |
| Hex | 3A | 73 | 27 | 32 | 0 | 42 | 37 | 69 | 31 | 1E |
| Octal | 72 | 163 | 47 | 62 | 0 | 102 | 67 | 151 | 61 | 36 |
| Binary | 111010 | 1110011 | 100111 | 110010 | 0 | 1000010 | 110111 | 1101001 | 110001 | 11110 |
Color Harmonies of #3A7327
Complementary color
Monochromatic Colors of #3A7327
Black with #3A7327
Text Example
Text Example
White with #3A7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7327; }
p { color: rgb(58,115,39); }
H1.HeaderClassName
{
color: #3A7327;
}
.AnyTagClassName
{
color: #3A7327;
}
</style>
background-color css
<style>
a { background-color: #3A7327; }
a { background-color: rgb(58,115,39); }
div.DivClassName
{
background-color: #3A7327;
}
.BgClassName
{
background-color: #3A7327;
}
</style>
border-color css
<style>
span { border-color: #3A7327; }
span { border-color: rgb(58,115,39); }
td.TdClassName
{
border-color: #3A7327;
}
.TagClassName
{
border-color: #3A7327;
}
</style>