Shades of Bilbao #3C721F
Tints of Bilbao #3C721F
RGB
CMYK
RGB Variations
Color information
#3C721F (or 0x3C721F) is known color: Bilbao. HEX triplet: 3C, 72 and 1F. RGB value is (60,114,31). Sum of RGB (Red+Green+Blue) = 60+114+31=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #3C721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C721F is #C38DE0. Grayscale: #585858. Windows color (decimal): -12815841 or 2060860. OLE color: 2060860.
HSL color Cylindrical-coordinate representation of color #3C721F: hue angle of 99.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C721F is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 31 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.55 |
| HSL | 99.04º | 0.57% | 0.28% | - |
| HSV(B) | 99.04º | 0.73% | 0.45% | - |
| XYZ | 8.13 | 13.09 | 3.4 | - |
| YUV | 88.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 31 | 0.47 | 0 | 0.73 | 0.55 | 99.04 | 0.57 | 0.28 |
| Hex | 3C | 72 | 1F | 2F | 0 | 49 | 37 | 63 | 39 | 1C |
| Octal | 74 | 162 | 37 | 57 | 0 | 111 | 67 | 143 | 71 | 34 |
| Binary | 111100 | 1110010 | 11111 | 101111 | 0 | 1001001 | 110111 | 1100011 | 111001 | 11100 |
Color Harmonies of #3C721F
Complementary color
Monochromatic Colors of #3C721F
Black with #3C721F
Text Example
Text Example
White with #3C721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C721F; }
p { color: rgb(60,114,31); }
H1.HeaderClassName
{
color: #3C721F;
}
.AnyTagClassName
{
color: #3C721F;
}
</style>
background-color css
<style>
a { background-color: #3C721F; }
a { background-color: rgb(60,114,31); }
div.DivClassName
{
background-color: #3C721F;
}
.BgClassName
{
background-color: #3C721F;
}
</style>
border-color css
<style>
span { border-color: #3C721F; }
span { border-color: rgb(60,114,31); }
td.TdClassName
{
border-color: #3C721F;
}
.TagClassName
{
border-color: #3C721F;
}
</style>