Shades of Bilbao #3A6C0F
Tints of Bilbao #3A6C0F
RGB
CMYK
RGB Variations
Color information
#3A6C0F (or 0x3A6C0F) is known color: Bilbao. HEX triplet: 3A, 6C and 0F. RGB value is (58,108,15). Sum of RGB (Red+Green+Blue) = 58+108+15=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C0F is #C593F0. Grayscale: #525252. Windows color (decimal): -12948465 or 1010746. OLE color: 1010746.
HSL color Cylindrical-coordinate representation of color #3A6C0F: hue angle of 92.26º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A6C0F is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 108 | 15 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.58 |
| HSL | 92.26º | 0.76% | 0.24% | - |
| HSV(B) | 92.26º | 0.86% | 0.42% | - |
| XYZ | 7.19 | 11.66 | 2.32 | - |
| YUV | 82.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 15 | 0.46 | 0 | 0.86 | 0.58 | 92.26 | 0.76 | 0.24 |
| Hex | 3A | 6C | F | 2E | 0 | 56 | 3A | 5C | 4C | 18 |
| Octal | 72 | 154 | 17 | 56 | 0 | 126 | 72 | 134 | 114 | 30 |
| Binary | 111010 | 1101100 | 1111 | 101110 | 0 | 1010110 | 111010 | 1011100 | 1001100 | 11000 |
Color Harmonies of #3A6C0F
Complementary color
Monochromatic Colors of #3A6C0F
Black with #3A6C0F
Text Example
Text Example
White with #3A6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C0F; }
p { color: rgb(58,108,15); }
H1.HeaderClassName
{
color: #3A6C0F;
}
.AnyTagClassName
{
color: #3A6C0F;
}
</style>
background-color css
<style>
a { background-color: #3A6C0F; }
a { background-color: rgb(58,108,15); }
div.DivClassName
{
background-color: #3A6C0F;
}
.BgClassName
{
background-color: #3A6C0F;
}
</style>
border-color css
<style>
span { border-color: #3A6C0F; }
span { border-color: rgb(58,108,15); }
td.TdClassName
{
border-color: #3A6C0F;
}
.TagClassName
{
border-color: #3A6C0F;
}
</style>