Shades of Bilbao #3B7D18
Tints of Bilbao #3B7D18
RGB
CMYK
RGB Variations
Color information
#3B7D18 (or 0x3B7D18) is known color: Bilbao. HEX triplet: 3B, 7D and 18. RGB value is (59,125,24). Sum of RGB (Red+Green+Blue) = 59+125+24=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7D18 is #C482E7. Grayscale: #5E5E5E. Windows color (decimal): -12878568 or 1604923. OLE color: 1604923.
HSL color Cylindrical-coordinate representation of color #3B7D18: hue angle of 99.21º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B7D18 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 24 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.51 |
| HSL | 99.21º | 0.68% | 0.29% | - |
| HSV(B) | 99.21º | 0.81% | 0.49% | - |
| XYZ | 9.3 | 15.66 | 3.4 | - |
| YUV | 93.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 24 | 0.53 | 0 | 0.81 | 0.51 | 99.21 | 0.68 | 0.29 |
| Hex | 3B | 7D | 18 | 35 | 0 | 51 | 33 | 63 | 44 | 1D |
| Octal | 73 | 175 | 30 | 65 | 0 | 121 | 63 | 143 | 104 | 35 |
| Binary | 111011 | 1111101 | 11000 | 110101 | 0 | 1010001 | 110011 | 1100011 | 1000100 | 11101 |
Color Harmonies of #3B7D18
Complementary color
Monochromatic Colors of #3B7D18
Black with #3B7D18
Text Example
Text Example
White with #3B7D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D18; }
p { color: rgb(59,125,24); }
H1.HeaderClassName
{
color: #3B7D18;
}
.AnyTagClassName
{
color: #3B7D18;
}
</style>
background-color css
<style>
a { background-color: #3B7D18; }
a { background-color: rgb(59,125,24); }
div.DivClassName
{
background-color: #3B7D18;
}
.BgClassName
{
background-color: #3B7D18;
}
</style>
border-color css
<style>
span { border-color: #3B7D18; }
span { border-color: rgb(59,125,24); }
td.TdClassName
{
border-color: #3B7D18;
}
.TagClassName
{
border-color: #3B7D18;
}
</style>