Shades of Bilbao #3C7205
Tints of Bilbao #3C7205
RGB
CMYK
RGB Variations
Color information
#3C7205 (or 0x3C7205) is known color: Bilbao. HEX triplet: 3C, 72 and 05. RGB value is (60,114,5). Sum of RGB (Red+Green+Blue) = 60+114+5=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7205 is #C38DFA. Grayscale: #555555. Windows color (decimal): -12815867 or 356924. OLE color: 356924.
HSL color Cylindrical-coordinate representation of color #3C7205: hue angle of 89.72º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C7205 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 5 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.55 |
| HSL | 89.72º | 0.92% | 0.23% | - |
| HSV(B) | 89.72º | 0.96% | 0.45% | - |
| XYZ | 7.91 | 13.01 | 2.24 | - |
| YUV | 85.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 5 | 0.47 | 0 | 0.96 | 0.55 | 89.72 | 0.92 | 0.23 |
| Hex | 3C | 72 | 5 | 2F | 0 | 60 | 37 | 5A | 5C | 17 |
| Octal | 74 | 162 | 5 | 57 | 0 | 140 | 67 | 132 | 134 | 27 |
| Binary | 111100 | 1110010 | 101 | 101111 | 0 | 1100000 | 110111 | 1011010 | 1011100 | 10111 |
Color Harmonies of #3C7205
Complementary color
Monochromatic Colors of #3C7205
Black with #3C7205
Text Example
Text Example
White with #3C7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7205; }
p { color: rgb(60,114,5); }
H1.HeaderClassName
{
color: #3C7205;
}
.AnyTagClassName
{
color: #3C7205;
}
</style>
background-color css
<style>
a { background-color: #3C7205; }
a { background-color: rgb(60,114,5); }
div.DivClassName
{
background-color: #3C7205;
}
.BgClassName
{
background-color: #3C7205;
}
</style>
border-color css
<style>
span { border-color: #3C7205; }
span { border-color: rgb(60,114,5); }
td.TdClassName
{
border-color: #3C7205;
}
.TagClassName
{
border-color: #3C7205;
}
</style>