Shades of Bilbao #3D761D
Tints of Bilbao #3D761D
RGB
CMYK
RGB Variations
Color information
#3D761D (or 0x3D761D) is known color: Bilbao. HEX triplet: 3D, 76 and 1D. RGB value is (61,118,29). Sum of RGB (Red+Green+Blue) = 61+118+29=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #3D761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D761D is #C289E2. Grayscale: #5B5B5B. Windows color (decimal): -12749283 or 1930813. OLE color: 1930813.
HSL color Cylindrical-coordinate representation of color #3D761D: hue angle of 98.43º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D761D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 29 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.54 |
| HSL | 98.43º | 0.61% | 0.29% | - |
| HSV(B) | 98.43º | 0.75% | 0.46% | - |
| XYZ | 8.62 | 14.04 | 3.42 | - |
| YUV | 90.81 | 93.12 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 29 | 0.48 | 0 | 0.75 | 0.54 | 98.43 | 0.61 | 0.29 |
| Hex | 3D | 76 | 1D | 30 | 0 | 4B | 36 | 62 | 3D | 1D |
| Octal | 75 | 166 | 35 | 60 | 0 | 113 | 66 | 142 | 75 | 35 |
| Binary | 111101 | 1110110 | 11101 | 110000 | 0 | 1001011 | 110110 | 1100010 | 111101 | 11101 |
Color Harmonies of #3D761D
Complementary color
Monochromatic Colors of #3D761D
Black with #3D761D
Text Example
Text Example
White with #3D761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D761D; }
p { color: rgb(61,118,29); }
H1.HeaderClassName
{
color: #3D761D;
}
.AnyTagClassName
{
color: #3D761D;
}
</style>
background-color css
<style>
a { background-color: #3D761D; }
a { background-color: rgb(61,118,29); }
div.DivClassName
{
background-color: #3D761D;
}
.BgClassName
{
background-color: #3D761D;
}
</style>
border-color css
<style>
span { border-color: #3D761D; }
span { border-color: rgb(61,118,29); }
td.TdClassName
{
border-color: #3D761D;
}
.TagClassName
{
border-color: #3D761D;
}
</style>