Shades of Bilbao #3C841D
Tints of Bilbao #3C841D
RGB
CMYK
RGB Variations
Color information
#3C841D (or 0x3C841D) is known color: Bilbao. HEX triplet: 3C, 84 and 1D. RGB value is (60,132,29). Sum of RGB (Red+Green+Blue) = 60+132+29=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #3C841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C841D is #C37BE2. Grayscale: #636363. Windows color (decimal): -12811235 or 1934396. OLE color: 1934396.
HSL color Cylindrical-coordinate representation of color #3C841D: hue angle of 101.94º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C841D is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 29 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.48 |
| HSL | 101.94º | 0.64% | 0.32% | - |
| HSV(B) | 101.94º | 0.78% | 0.52% | - |
| XYZ | 10.34 | 17.55 | 4.01 | - |
| YUV | 98.73 | 88.65 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 29 | 0.55 | 0 | 0.78 | 0.48 | 101.94 | 0.64 | 0.32 |
| Hex | 3C | 84 | 1D | 37 | 0 | 4E | 30 | 66 | 40 | 20 |
| Octal | 74 | 204 | 35 | 67 | 0 | 116 | 60 | 146 | 100 | 40 |
| Binary | 111100 | 10000100 | 11101 | 110111 | 0 | 1001110 | 110000 | 1100110 | 1000000 | 100000 |
Color Harmonies of #3C841D
Complementary color
Monochromatic Colors of #3C841D
Black with #3C841D
Text Example
Text Example
White with #3C841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C841D; }
p { color: rgb(60,132,29); }
H1.HeaderClassName
{
color: #3C841D;
}
.AnyTagClassName
{
color: #3C841D;
}
</style>
background-color css
<style>
a { background-color: #3C841D; }
a { background-color: rgb(60,132,29); }
div.DivClassName
{
background-color: #3C841D;
}
.BgClassName
{
background-color: #3C841D;
}
</style>
border-color css
<style>
span { border-color: #3C841D; }
span { border-color: rgb(60,132,29); }
td.TdClassName
{
border-color: #3C841D;
}
.TagClassName
{
border-color: #3C841D;
}
</style>