Shades of Bilbao #3C721E
Tints of Bilbao #3C721E
RGB
CMYK
RGB Variations
Color information
#3C721E (or 0x3C721E) is known color: Bilbao. HEX triplet: 3C, 72 and 1E. RGB value is (60,114,30). Sum of RGB (Red+Green+Blue) = 60+114+30=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #3C721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C721E is #C38DE1. Grayscale: #585858. Windows color (decimal): -12815842 or 1995324. OLE color: 1995324.
HSL color Cylindrical-coordinate representation of color #3C721E: hue angle of 98.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C721E is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 30 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.55 |
| HSL | 98.57º | 0.58% | 0.28% | - |
| HSV(B) | 98.57º | 0.74% | 0.45% | - |
| XYZ | 8.12 | 13.09 | 3.33 | - |
| YUV | 88.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 30 | 0.47 | 0 | 0.74 | 0.55 | 98.57 | 0.58 | 0.28 |
| Hex | 3C | 72 | 1E | 2F | 0 | 4A | 37 | 63 | 3A | 1C |
| Octal | 74 | 162 | 36 | 57 | 0 | 112 | 67 | 143 | 72 | 34 |
| Binary | 111100 | 1110010 | 11110 | 101111 | 0 | 1001010 | 110111 | 1100011 | 111010 | 11100 |
Color Harmonies of #3C721E
Complementary color
Monochromatic Colors of #3C721E
Black with #3C721E
Text Example
Text Example
White with #3C721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C721E; }
p { color: rgb(60,114,30); }
H1.HeaderClassName
{
color: #3C721E;
}
.AnyTagClassName
{
color: #3C721E;
}
</style>
background-color css
<style>
a { background-color: #3C721E; }
a { background-color: rgb(60,114,30); }
div.DivClassName
{
background-color: #3C721E;
}
.BgClassName
{
background-color: #3C721E;
}
</style>
border-color css
<style>
span { border-color: #3C721E; }
span { border-color: rgb(60,114,30); }
td.TdClassName
{
border-color: #3C721E;
}
.TagClassName
{
border-color: #3C721E;
}
</style>