Shades of Bilbao #3D881E
Tints of Bilbao #3D881E
RGB
CMYK
RGB Variations
Color information
#3D881E (or 0x3D881E) is known color: Bilbao. HEX triplet: 3D, 88 and 1E. RGB value is (61,136,30). Sum of RGB (Red+Green+Blue) = 61+136+30=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #3D881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D881E is #C277E1. Grayscale: #656565. Windows color (decimal): -12744674 or 2000957. OLE color: 2000957.
HSL color Cylindrical-coordinate representation of color #3D881E: hue angle of 102.45º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D881E is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 30 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.47 |
| HSL | 102.45º | 0.64% | 0.33% | - |
| HSV(B) | 102.45º | 0.78% | 0.53% | - |
| XYZ | 10.96 | 18.69 | 4.26 | - |
| YUV | 101.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 30 | 0.55 | 0 | 0.78 | 0.47 | 102.45 | 0.64 | 0.33 |
| Hex | 3D | 88 | 1E | 37 | 0 | 4E | 2F | 66 | 40 | 21 |
| Octal | 75 | 210 | 36 | 67 | 0 | 116 | 57 | 146 | 100 | 41 |
| Binary | 111101 | 10001000 | 11110 | 110111 | 0 | 1001110 | 101111 | 1100110 | 1000000 | 100001 |
Color Harmonies of #3D881E
Complementary color
Monochromatic Colors of #3D881E
Black with #3D881E
Text Example
Text Example
White with #3D881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D881E; }
p { color: rgb(61,136,30); }
H1.HeaderClassName
{
color: #3D881E;
}
.AnyTagClassName
{
color: #3D881E;
}
</style>
background-color css
<style>
a { background-color: #3D881E; }
a { background-color: rgb(61,136,30); }
div.DivClassName
{
background-color: #3D881E;
}
.BgClassName
{
background-color: #3D881E;
}
</style>
border-color css
<style>
span { border-color: #3D881E; }
span { border-color: rgb(61,136,30); }
td.TdClassName
{
border-color: #3D881E;
}
.TagClassName
{
border-color: #3D881E;
}
</style>