Shades of Bilbao #3C772C
Tints of Bilbao #3C772C
RGB
CMYK
RGB Variations
Color information
#3C772C (or 0x3C772C) is known color: Bilbao. HEX triplet: 3C, 77 and 2C. RGB value is (60,119,44). Sum of RGB (Red+Green+Blue) = 60+119+44=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #3C772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C772C is #C388D3. Grayscale: #5D5D5D. Windows color (decimal): -12814548 or 2914108. OLE color: 2914108.
HSL color Cylindrical-coordinate representation of color #3C772C: hue angle of 107.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C772C is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 44 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.53 |
| HSL | 107.2º | 0.46% | 0.32% | - |
| HSV(B) | 107.2º | 0.63% | 0.47% | - |
| XYZ | 8.91 | 14.34 | 4.68 | - |
| YUV | 92.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 44 | 0.50 | 0 | 0.63 | 0.53 | 107.2 | 0.46 | 0.32 |
| Hex | 3C | 77 | 2C | 32 | 0 | 3F | 35 | 6B | 2E | 20 |
| Octal | 74 | 167 | 54 | 62 | 0 | 77 | 65 | 153 | 56 | 40 |
| Binary | 111100 | 1110111 | 101100 | 110010 | 0 | 111111 | 110101 | 1101011 | 101110 | 100000 |
Color Harmonies of #3C772C
Complementary color
Monochromatic Colors of #3C772C
Black with #3C772C
Text Example
Text Example
White with #3C772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C772C; }
p { color: rgb(60,119,44); }
H1.HeaderClassName
{
color: #3C772C;
}
.AnyTagClassName
{
color: #3C772C;
}
</style>
background-color css
<style>
a { background-color: #3C772C; }
a { background-color: rgb(60,119,44); }
div.DivClassName
{
background-color: #3C772C;
}
.BgClassName
{
background-color: #3C772C;
}
</style>
border-color css
<style>
span { border-color: #3C772C; }
span { border-color: rgb(60,119,44); }
td.TdClassName
{
border-color: #3C772C;
}
.TagClassName
{
border-color: #3C772C;
}
</style>