Shades of Bilbao #3B7B19
Tints of Bilbao #3B7B19
RGB
CMYK
RGB Variations
Color information
#3B7B19 (or 0x3B7B19) is known color: Bilbao. HEX triplet: 3B, 7B and 19. RGB value is (59,123,25). Sum of RGB (Red+Green+Blue) = 59+123+25=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7B19 is #C484E6. Grayscale: #5D5D5D. Windows color (decimal): -12879079 or 1669947. OLE color: 1669947.
HSL color Cylindrical-coordinate representation of color #3B7B19: hue angle of 99.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B7B19 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 25 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.52 |
| HSL | 99.18º | 0.66% | 0.29% | - |
| HSV(B) | 99.18º | 0.8% | 0.48% | - |
| XYZ | 9.06 | 15.17 | 3.37 | - |
| YUV | 92.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 25 | 0.52 | 0 | 0.80 | 0.52 | 99.18 | 0.66 | 0.29 |
| Hex | 3B | 7B | 19 | 34 | 0 | 50 | 34 | 63 | 42 | 1D |
| Octal | 73 | 173 | 31 | 64 | 0 | 120 | 64 | 143 | 102 | 35 |
| Binary | 111011 | 1111011 | 11001 | 110100 | 0 | 1010000 | 110100 | 1100011 | 1000010 | 11101 |
Color Harmonies of #3B7B19
Complementary color
Monochromatic Colors of #3B7B19
Black with #3B7B19
Text Example
Text Example
White with #3B7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B19; }
p { color: rgb(59,123,25); }
H1.HeaderClassName
{
color: #3B7B19;
}
.AnyTagClassName
{
color: #3B7B19;
}
</style>
background-color css
<style>
a { background-color: #3B7B19; }
a { background-color: rgb(59,123,25); }
div.DivClassName
{
background-color: #3B7B19;
}
.BgClassName
{
background-color: #3B7B19;
}
</style>
border-color css
<style>
span { border-color: #3B7B19; }
span { border-color: rgb(59,123,25); }
td.TdClassName
{
border-color: #3B7B19;
}
.TagClassName
{
border-color: #3B7B19;
}
</style>