Shades of Bilbao #3D8421
Tints of Bilbao #3D8421
RGB
CMYK
RGB Variations
Color information
#3D8421 (or 0x3D8421) is known color: Bilbao. HEX triplet: 3D, 84 and 21. RGB value is (61,132,33). Sum of RGB (Red+Green+Blue) = 61+132+33=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8421 is #C27BDE. Grayscale: #636363. Windows color (decimal): -12745695 or 2196541. OLE color: 2196541.
HSL color Cylindrical-coordinate representation of color #3D8421: hue angle of 103.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D8421 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 33 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.48 |
| HSL | 103.03º | 0.6% | 0.32% | - |
| HSV(B) | 103.03º | 0.75% | 0.52% | - |
| XYZ | 10.45 | 17.6 | 4.29 | - |
| YUV | 99.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 33 | 0.54 | 0 | 0.75 | 0.48 | 103.03 | 0.6 | 0.32 |
| Hex | 3D | 84 | 21 | 36 | 0 | 4B | 30 | 67 | 3C | 20 |
| Octal | 75 | 204 | 41 | 66 | 0 | 113 | 60 | 147 | 74 | 40 |
| Binary | 111101 | 10000100 | 100001 | 110110 | 0 | 1001011 | 110000 | 1100111 | 111100 | 100000 |
Color Harmonies of #3D8421
Complementary color
Monochromatic Colors of #3D8421
Black with #3D8421
Text Example
Text Example
White with #3D8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8421; }
p { color: rgb(61,132,33); }
H1.HeaderClassName
{
color: #3D8421;
}
.AnyTagClassName
{
color: #3D8421;
}
</style>
background-color css
<style>
a { background-color: #3D8421; }
a { background-color: rgb(61,132,33); }
div.DivClassName
{
background-color: #3D8421;
}
.BgClassName
{
background-color: #3D8421;
}
</style>
border-color css
<style>
span { border-color: #3D8421; }
span { border-color: rgb(61,132,33); }
td.TdClassName
{
border-color: #3D8421;
}
.TagClassName
{
border-color: #3D8421;
}
</style>