Shades of Bilbao #3C7822
Tints of Bilbao #3C7822
RGB
CMYK
RGB Variations
Color information
#3C7822 (or 0x3C7822) is known color: Bilbao. HEX triplet: 3C, 78 and 22. RGB value is (60,120,34). Sum of RGB (Red+Green+Blue) = 60+120+34=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7822 is #C387DD. Grayscale: #5C5C5C. Windows color (decimal): -12814302 or 2259004. OLE color: 2259004.
HSL color Cylindrical-coordinate representation of color #3C7822: hue angle of 101.86º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C7822 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 34 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.53 |
| HSL | 101.86º | 0.56% | 0.3% | - |
| HSV(B) | 101.86º | 0.72% | 0.47% | - |
| XYZ | 8.87 | 14.51 | 3.85 | - |
| YUV | 92.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 34 | 0.5 | 0 | 0.72 | 0.53 | 101.86 | 0.56 | 0.3 |
| Hex | 3C | 78 | 22 | 32 | 0 | 48 | 35 | 66 | 38 | 1E |
| Octal | 74 | 170 | 42 | 62 | 0 | 110 | 65 | 146 | 70 | 36 |
| Binary | 111100 | 1111000 | 100010 | 110010 | 0 | 1001000 | 110101 | 1100110 | 111000 | 11110 |
Color Harmonies of #3C7822
Complementary color
Monochromatic Colors of #3C7822
Black with #3C7822
Text Example
Text Example
White with #3C7822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7822; }
p { color: rgb(60,120,34); }
H1.HeaderClassName
{
color: #3C7822;
}
.AnyTagClassName
{
color: #3C7822;
}
</style>
background-color css
<style>
a { background-color: #3C7822; }
a { background-color: rgb(60,120,34); }
div.DivClassName
{
background-color: #3C7822;
}
.BgClassName
{
background-color: #3C7822;
}
</style>
border-color css
<style>
span { border-color: #3C7822; }
span { border-color: rgb(60,120,34); }
td.TdClassName
{
border-color: #3C7822;
}
.TagClassName
{
border-color: #3C7822;
}
</style>