Shades of Bilbao #3D7816
Tints of Bilbao #3D7816
RGB
CMYK
RGB Variations
Color information
#3D7816 (or 0x3D7816) is known color: Bilbao. HEX triplet: 3D, 78 and 16. RGB value is (61,120,22). Sum of RGB (Red+Green+Blue) = 61+120+22=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7816 is #C287E9. Grayscale: #5B5B5B. Windows color (decimal): -12748778 or 1472573. OLE color: 1472573.
HSL color Cylindrical-coordinate representation of color #3D7816: hue angle of 96.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D7816 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 120 | 22 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.53 |
| HSL | 96.12º | 0.69% | 0.28% | - |
| HSV(B) | 96.12º | 0.82% | 0.47% | - |
| XYZ | 8.79 | 14.48 | 3.09 | - |
| YUV | 91.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 22 | 0.49 | 0 | 0.82 | 0.53 | 96.12 | 0.69 | 0.28 |
| Hex | 3D | 78 | 16 | 31 | 0 | 52 | 35 | 60 | 45 | 1C |
| Octal | 75 | 170 | 26 | 61 | 0 | 122 | 65 | 140 | 105 | 34 |
| Binary | 111101 | 1111000 | 10110 | 110001 | 0 | 1010010 | 110101 | 1100000 | 1000101 | 11100 |
Color Harmonies of #3D7816
Complementary color
Monochromatic Colors of #3D7816
Black with #3D7816
Text Example
Text Example
White with #3D7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7816; }
p { color: rgb(61,120,22); }
H1.HeaderClassName
{
color: #3D7816;
}
.AnyTagClassName
{
color: #3D7816;
}
</style>
background-color css
<style>
a { background-color: #3D7816; }
a { background-color: rgb(61,120,22); }
div.DivClassName
{
background-color: #3D7816;
}
.BgClassName
{
background-color: #3D7816;
}
</style>
border-color css
<style>
span { border-color: #3D7816; }
span { border-color: rgb(61,120,22); }
td.TdClassName
{
border-color: #3D7816;
}
.TagClassName
{
border-color: #3D7816;
}
</style>