Shades of Bilbao #3C7228
Tints of Bilbao #3C7228
RGB
CMYK
RGB Variations
Color information
#3C7228 (or 0x3C7228) is known color: Bilbao. HEX triplet: 3C, 72 and 28. RGB value is (60,114,40). Sum of RGB (Red+Green+Blue) = 60+114+40=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7228 is #C38DD7. Grayscale: #595959. Windows color (decimal): -12815832 or 2650684. OLE color: 2650684.
HSL color Cylindrical-coordinate representation of color #3C7228: hue angle of 103.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C7228 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 40 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.55 |
| HSL | 103.78º | 0.48% | 0.3% | - |
| HSV(B) | 103.78º | 0.65% | 0.45% | - |
| XYZ | 8.26 | 13.15 | 4.11 | - |
| YUV | 89.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 40 | 0.47 | 0 | 0.65 | 0.55 | 103.78 | 0.48 | 0.3 |
| Hex | 3C | 72 | 28 | 2F | 0 | 41 | 37 | 68 | 30 | 1E |
| Octal | 74 | 162 | 50 | 57 | 0 | 101 | 67 | 150 | 60 | 36 |
| Binary | 111100 | 1110010 | 101000 | 101111 | 0 | 1000001 | 110111 | 1101000 | 110000 | 11110 |
Color Harmonies of #3C7228
Complementary color
Monochromatic Colors of #3C7228
Black with #3C7228
Text Example
Text Example
White with #3C7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7228; }
p { color: rgb(60,114,40); }
H1.HeaderClassName
{
color: #3C7228;
}
.AnyTagClassName
{
color: #3C7228;
}
</style>
background-color css
<style>
a { background-color: #3C7228; }
a { background-color: rgb(60,114,40); }
div.DivClassName
{
background-color: #3C7228;
}
.BgClassName
{
background-color: #3C7228;
}
</style>
border-color css
<style>
span { border-color: #3C7228; }
span { border-color: rgb(60,114,40); }
td.TdClassName
{
border-color: #3C7228;
}
.TagClassName
{
border-color: #3C7228;
}
</style>