Shades of Bilbao #3C772F
Tints of Bilbao #3C772F
RGB
CMYK
RGB Variations
Color information
#3C772F (or 0x3C772F) is known color: Bilbao. HEX triplet: 3C, 77 and 2F. RGB value is (60,119,47). Sum of RGB (Red+Green+Blue) = 60+119+47=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #3C772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C772F is #C388D0. Grayscale: #5D5D5D. Windows color (decimal): -12814545 or 3110716. OLE color: 3110716.
HSL color Cylindrical-coordinate representation of color #3C772F: hue angle of 109.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C772F is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 47 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.53 |
| HSL | 109.17º | 0.43% | 0.33% | - |
| HSV(B) | 109.17º | 0.61% | 0.47% | - |
| XYZ | 8.97 | 14.36 | 4.99 | - |
| YUV | 93.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 47 | 0.50 | 0 | 0.61 | 0.53 | 109.17 | 0.43 | 0.33 |
| Hex | 3C | 77 | 2F | 32 | 0 | 3D | 35 | 6D | 2B | 21 |
| Octal | 74 | 167 | 57 | 62 | 0 | 75 | 65 | 155 | 53 | 41 |
| Binary | 111100 | 1110111 | 101111 | 110010 | 0 | 111101 | 110101 | 1101101 | 101011 | 100001 |
Color Harmonies of #3C772F
Complementary color
Monochromatic Colors of #3C772F
Black with #3C772F
Text Example
Text Example
White with #3C772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C772F; }
p { color: rgb(60,119,47); }
H1.HeaderClassName
{
color: #3C772F;
}
.AnyTagClassName
{
color: #3C772F;
}
</style>
background-color css
<style>
a { background-color: #3C772F; }
a { background-color: rgb(60,119,47); }
div.DivClassName
{
background-color: #3C772F;
}
.BgClassName
{
background-color: #3C772F;
}
</style>
border-color css
<style>
span { border-color: #3C772F; }
span { border-color: rgb(60,119,47); }
td.TdClassName
{
border-color: #3C772F;
}
.TagClassName
{
border-color: #3C772F;
}
</style>