Shades of Bilbao #3B6E23
Tints of Bilbao #3B6E23
RGB
CMYK
RGB Variations
Color information
#3B6E23 (or 0x3B6E23) is known color: Bilbao. HEX triplet: 3B, 6E and 23. RGB value is (59,110,35). Sum of RGB (Red+Green+Blue) = 59+110+35=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6E23 is #C491DC. Grayscale: #565656. Windows color (decimal): -12882397 or 2321979. OLE color: 2321979.
HSL color Cylindrical-coordinate representation of color #3B6E23: hue angle of 100.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B6E23 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 110 | 35 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.57 |
| HSL | 100.8º | 0.52% | 0.28% | - |
| HSV(B) | 100.8º | 0.68% | 0.43% | - |
| XYZ | 7.68 | 12.2 | 3.54 | - |
| YUV | 86.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 35 | 0.46 | 0 | 0.68 | 0.57 | 100.8 | 0.52 | 0.28 |
| Hex | 3B | 6E | 23 | 2E | 0 | 44 | 39 | 65 | 34 | 1C |
| Octal | 73 | 156 | 43 | 56 | 0 | 104 | 71 | 145 | 64 | 34 |
| Binary | 111011 | 1101110 | 100011 | 101110 | 0 | 1000100 | 111001 | 1100101 | 110100 | 11100 |
Color Harmonies of #3B6E23
Complementary color
Monochromatic Colors of #3B6E23
Black with #3B6E23
Text Example
Text Example
White with #3B6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6E23; }
p { color: rgb(59,110,35); }
H1.HeaderClassName
{
color: #3B6E23;
}
.AnyTagClassName
{
color: #3B6E23;
}
</style>
background-color css
<style>
a { background-color: #3B6E23; }
a { background-color: rgb(59,110,35); }
div.DivClassName
{
background-color: #3B6E23;
}
.BgClassName
{
background-color: #3B6E23;
}
</style>
border-color css
<style>
span { border-color: #3B6E23; }
span { border-color: rgb(59,110,35); }
td.TdClassName
{
border-color: #3B6E23;
}
.TagClassName
{
border-color: #3B6E23;
}
</style>