Shades of Bilbao #3C721B
Tints of Bilbao #3C721B
RGB
CMYK
RGB Variations
Color information
#3C721B (or 0x3C721B) is known color: Bilbao. HEX triplet: 3C, 72 and 1B. RGB value is (60,114,27). Sum of RGB (Red+Green+Blue) = 60+114+27=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #3C721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C721B is #C38DE4. Grayscale: #585858. Windows color (decimal): -12815845 or 1798716. OLE color: 1798716.
HSL color Cylindrical-coordinate representation of color #3C721B: hue angle of 97.24º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C721B is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 27 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.55 |
| HSL | 97.24º | 0.62% | 0.28% | - |
| HSV(B) | 97.24º | 0.76% | 0.45% | - |
| XYZ | 8.08 | 13.07 | 3.13 | - |
| YUV | 87.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 27 | 0.47 | 0 | 0.76 | 0.55 | 97.24 | 0.62 | 0.28 |
| Hex | 3C | 72 | 1B | 2F | 0 | 4C | 37 | 61 | 3E | 1C |
| Octal | 74 | 162 | 33 | 57 | 0 | 114 | 67 | 141 | 76 | 34 |
| Binary | 111100 | 1110010 | 11011 | 101111 | 0 | 1001100 | 110111 | 1100001 | 111110 | 11100 |
Color Harmonies of #3C721B
Complementary color
Monochromatic Colors of #3C721B
Black with #3C721B
Text Example
Text Example
White with #3C721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C721B; }
p { color: rgb(60,114,27); }
H1.HeaderClassName
{
color: #3C721B;
}
.AnyTagClassName
{
color: #3C721B;
}
</style>
background-color css
<style>
a { background-color: #3C721B; }
a { background-color: rgb(60,114,27); }
div.DivClassName
{
background-color: #3C721B;
}
.BgClassName
{
background-color: #3C721B;
}
</style>
border-color css
<style>
span { border-color: #3C721B; }
span { border-color: rgb(60,114,27); }
td.TdClassName
{
border-color: #3C721B;
}
.TagClassName
{
border-color: #3C721B;
}
</style>