Shades of Bilbao #3D822D
Tints of Bilbao #3D822D
RGB
CMYK
RGB Variations
Color information
#3D822D (or 0x3D822D) is known color: Bilbao. HEX triplet: 3D, 82 and 2D. RGB value is (61,130,45). Sum of RGB (Red+Green+Blue) = 61+130+45=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #3D822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D822D is #C27DD2. Grayscale: #636363. Windows color (decimal): -12746195 or 2982461. OLE color: 2982461.
HSL color Cylindrical-coordinate representation of color #3D822D: hue angle of 108.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D822D is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 130 | 45 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.49 |
| HSL | 108.71º | 0.49% | 0.34% | - |
| HSV(B) | 108.71º | 0.65% | 0.51% | - |
| XYZ | 10.38 | 17.15 | 5.25 | - |
| YUV | 99.68 | 97.14 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 45 | 0.53 | 0 | 0.65 | 0.49 | 108.71 | 0.49 | 0.34 |
| Hex | 3D | 82 | 2D | 35 | 0 | 41 | 31 | 6D | 31 | 22 |
| Octal | 75 | 202 | 55 | 65 | 0 | 101 | 61 | 155 | 61 | 42 |
| Binary | 111101 | 10000010 | 101101 | 110101 | 0 | 1000001 | 110001 | 1101101 | 110001 | 100010 |
Color Harmonies of #3D822D
Complementary color
Monochromatic Colors of #3D822D
Black with #3D822D
Text Example
Text Example
White with #3D822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D822D; }
p { color: rgb(61,130,45); }
H1.HeaderClassName
{
color: #3D822D;
}
.AnyTagClassName
{
color: #3D822D;
}
</style>
background-color css
<style>
a { background-color: #3D822D; }
a { background-color: rgb(61,130,45); }
div.DivClassName
{
background-color: #3D822D;
}
.BgClassName
{
background-color: #3D822D;
}
</style>
border-color css
<style>
span { border-color: #3D822D; }
span { border-color: rgb(61,130,45); }
td.TdClassName
{
border-color: #3D822D;
}
.TagClassName
{
border-color: #3D822D;
}
</style>