Shades of Bilbao #3D842C
Tints of Bilbao #3D842C
RGB
CMYK
RGB Variations
Color information
#3D842C (or 0x3D842C) is known color: Bilbao. HEX triplet: 3D, 84 and 2C. RGB value is (61,132,44). Sum of RGB (Red+Green+Blue) = 61+132+44=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #3D842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D842C is #C27BD3. Grayscale: #656565. Windows color (decimal): -12745684 or 2917437. OLE color: 2917437.
HSL color Cylindrical-coordinate representation of color #3D842C: hue angle of 108.41º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D842C is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 44 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.48 |
| HSL | 108.41º | 0.5% | 0.35% | - |
| HSV(B) | 108.41º | 0.67% | 0.52% | - |
| XYZ | 10.63 | 17.68 | 5.23 | - |
| YUV | 100.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 44 | 0.54 | 0 | 0.67 | 0.48 | 108.41 | 0.5 | 0.35 |
| Hex | 3D | 84 | 2C | 36 | 0 | 43 | 30 | 6C | 32 | 23 |
| Octal | 75 | 204 | 54 | 66 | 0 | 103 | 60 | 154 | 62 | 43 |
| Binary | 111101 | 10000100 | 101100 | 110110 | 0 | 1000011 | 110000 | 1101100 | 110010 | 100011 |
Color Harmonies of #3D842C
Complementary color
Monochromatic Colors of #3D842C
Black with #3D842C
Text Example
Text Example
White with #3D842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D842C; }
p { color: rgb(61,132,44); }
H1.HeaderClassName
{
color: #3D842C;
}
.AnyTagClassName
{
color: #3D842C;
}
</style>
background-color css
<style>
a { background-color: #3D842C; }
a { background-color: rgb(61,132,44); }
div.DivClassName
{
background-color: #3D842C;
}
.BgClassName
{
background-color: #3D842C;
}
</style>
border-color css
<style>
span { border-color: #3D842C; }
span { border-color: rgb(61,132,44); }
td.TdClassName
{
border-color: #3D842C;
}
.TagClassName
{
border-color: #3D842C;
}
</style>