Shades of Bilbao #3B6D24
Tints of Bilbao #3B6D24
RGB
CMYK
RGB Variations
Color information
#3B6D24 (or 0x3B6D24) is known color: Bilbao. HEX triplet: 3B, 6D and 24. RGB value is (59,109,36). Sum of RGB (Red+Green+Blue) = 59+109+36=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #3B6D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6D24 is #C492DB. Grayscale: #555555. Windows color (decimal): -12882652 or 2387259. OLE color: 2387259.
HSL color Cylindrical-coordinate representation of color #3B6D24: hue angle of 101.1º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6D24 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 109 | 36 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.57 |
| HSL | 101.1º | 0.5% | 0.28% | - |
| HSV(B) | 101.1º | 0.67% | 0.43% | - |
| XYZ | 7.59 | 11.99 | 3.58 | - |
| YUV | 85.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 36 | 0.46 | 0 | 0.67 | 0.57 | 101.1 | 0.5 | 0.28 |
| Hex | 3B | 6D | 24 | 2E | 0 | 43 | 39 | 65 | 32 | 1C |
| Octal | 73 | 155 | 44 | 56 | 0 | 103 | 71 | 145 | 62 | 34 |
| Binary | 111011 | 1101101 | 100100 | 101110 | 0 | 1000011 | 111001 | 1100101 | 110010 | 11100 |
Color Harmonies of #3B6D24
Complementary color
Monochromatic Colors of #3B6D24
Black with #3B6D24
Text Example
Text Example
White with #3B6D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6D24; }
p { color: rgb(59,109,36); }
H1.HeaderClassName
{
color: #3B6D24;
}
.AnyTagClassName
{
color: #3B6D24;
}
</style>
background-color css
<style>
a { background-color: #3B6D24; }
a { background-color: rgb(59,109,36); }
div.DivClassName
{
background-color: #3B6D24;
}
.BgClassName
{
background-color: #3B6D24;
}
</style>
border-color css
<style>
span { border-color: #3B6D24; }
span { border-color: rgb(59,109,36); }
td.TdClassName
{
border-color: #3B6D24;
}
.TagClassName
{
border-color: #3B6D24;
}
</style>