Shades of Bilbao #3A6C14
Tints of Bilbao #3A6C14
RGB
CMYK
RGB Variations
Color information
#3A6C14 (or 0x3A6C14) is known color: Bilbao. HEX triplet: 3A, 6C and 14. RGB value is (58,108,20). Sum of RGB (Red+Green+Blue) = 58+108+20=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C14 is #C593EB. Grayscale: #535353. Windows color (decimal): -12948460 or 1338426. OLE color: 1338426.
HSL color Cylindrical-coordinate representation of color #3A6C14: hue angle of 94.09º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A6C14 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 108 | 20 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.58 |
| HSL | 94.09º | 0.69% | 0.25% | - |
| HSV(B) | 94.09º | 0.81% | 0.42% | - |
| XYZ | 7.23 | 11.68 | 2.53 | - |
| YUV | 83.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 20 | 0.46 | 0 | 0.81 | 0.58 | 94.09 | 0.69 | 0.25 |
| Hex | 3A | 6C | 14 | 2E | 0 | 51 | 3A | 5E | 45 | 19 |
| Octal | 72 | 154 | 24 | 56 | 0 | 121 | 72 | 136 | 105 | 31 |
| Binary | 111010 | 1101100 | 10100 | 101110 | 0 | 1010001 | 111010 | 1011110 | 1000101 | 11001 |
Color Harmonies of #3A6C14
Complementary color
Monochromatic Colors of #3A6C14
Black with #3A6C14
Text Example
Text Example
White with #3A6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C14; }
p { color: rgb(58,108,20); }
H1.HeaderClassName
{
color: #3A6C14;
}
.AnyTagClassName
{
color: #3A6C14;
}
</style>
background-color css
<style>
a { background-color: #3A6C14; }
a { background-color: rgb(58,108,20); }
div.DivClassName
{
background-color: #3A6C14;
}
.BgClassName
{
background-color: #3A6C14;
}
</style>
border-color css
<style>
span { border-color: #3A6C14; }
span { border-color: rgb(58,108,20); }
td.TdClassName
{
border-color: #3A6C14;
}
.TagClassName
{
border-color: #3A6C14;
}
</style>