Shades of Bilbao #3B6E24
Tints of Bilbao #3B6E24
RGB
CMYK
RGB Variations
Color information
#3B6E24 (or 0x3B6E24) is known color: Bilbao. HEX triplet: 3B, 6E and 24. RGB value is (59,110,36). Sum of RGB (Red+Green+Blue) = 59+110+36=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6E24 is #C491DB. Grayscale: #565656. Windows color (decimal): -12882396 or 2387515. OLE color: 2387515.
HSL color Cylindrical-coordinate representation of color #3B6E24: hue angle of 101.35º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6E24 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 110 | 36 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.57 |
| HSL | 101.35º | 0.51% | 0.29% | - |
| HSV(B) | 101.35º | 0.67% | 0.43% | - |
| XYZ | 7.7 | 12.21 | 3.62 | - |
| YUV | 86.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 36 | 0.46 | 0 | 0.67 | 0.57 | 101.35 | 0.51 | 0.29 |
| Hex | 3B | 6E | 24 | 2E | 0 | 43 | 39 | 65 | 33 | 1D |
| Octal | 73 | 156 | 44 | 56 | 0 | 103 | 71 | 145 | 63 | 35 |
| Binary | 111011 | 1101110 | 100100 | 101110 | 0 | 1000011 | 111001 | 1100101 | 110011 | 11101 |
Color Harmonies of #3B6E24
Complementary color
Monochromatic Colors of #3B6E24
Black with #3B6E24
Text Example
Text Example
White with #3B6E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6E24; }
p { color: rgb(59,110,36); }
H1.HeaderClassName
{
color: #3B6E24;
}
.AnyTagClassName
{
color: #3B6E24;
}
</style>
background-color css
<style>
a { background-color: #3B6E24; }
a { background-color: rgb(59,110,36); }
div.DivClassName
{
background-color: #3B6E24;
}
.BgClassName
{
background-color: #3B6E24;
}
</style>
border-color css
<style>
span { border-color: #3B6E24; }
span { border-color: rgb(59,110,36); }
td.TdClassName
{
border-color: #3B6E24;
}
.TagClassName
{
border-color: #3B6E24;
}
</style>