Shades of Bilbao #3D772C
Tints of Bilbao #3D772C
RGB
CMYK
RGB Variations
Color information
#3D772C (or 0x3D772C) is known color: Bilbao. HEX triplet: 3D, 77 and 2C. RGB value is (61,119,44). Sum of RGB (Red+Green+Blue) = 61+119+44=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #3D772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D772C is #C288D3. Grayscale: #5D5D5D. Windows color (decimal): -12749012 or 2914109. OLE color: 2914109.
HSL color Cylindrical-coordinate representation of color #3D772C: hue angle of 106.4º 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 #3D772C is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 44 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.53 |
| HSL | 106.4º | 0.46% | 0.32% | - |
| HSV(B) | 106.4º | 0.63% | 0.47% | - |
| XYZ | 8.98 | 14.37 | 4.68 | - |
| YUV | 93.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 44 | 0.49 | 0 | 0.63 | 0.53 | 106.4 | 0.46 | 0.32 |
| Hex | 3D | 77 | 2C | 31 | 0 | 3F | 35 | 6A | 2E | 20 |
| Octal | 75 | 167 | 54 | 61 | 0 | 77 | 65 | 152 | 56 | 40 |
| Binary | 111101 | 1110111 | 101100 | 110001 | 0 | 111111 | 110101 | 1101010 | 101110 | 100000 |
Color Harmonies of #3D772C
Complementary color
Monochromatic Colors of #3D772C
Black with #3D772C
Text Example
Text Example
White with #3D772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D772C; }
p { color: rgb(61,119,44); }
H1.HeaderClassName
{
color: #3D772C;
}
.AnyTagClassName
{
color: #3D772C;
}
</style>
background-color css
<style>
a { background-color: #3D772C; }
a { background-color: rgb(61,119,44); }
div.DivClassName
{
background-color: #3D772C;
}
.BgClassName
{
background-color: #3D772C;
}
</style>
border-color css
<style>
span { border-color: #3D772C; }
span { border-color: rgb(61,119,44); }
td.TdClassName
{
border-color: #3D772C;
}
.TagClassName
{
border-color: #3D772C;
}
</style>