Shades of Bilbao #3B7B2C
Tints of Bilbao #3B7B2C
RGB
CMYK
RGB Variations
Color information
#3B7B2C (or 0x3B7B2C) is known color: Bilbao. HEX triplet: 3B, 7B and 2C. RGB value is (59,123,44). Sum of RGB (Red+Green+Blue) = 59+123+44=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7B2C is #C484D3. Grayscale: #5F5F5F. Windows color (decimal): -12879060 or 2915131. OLE color: 2915131.
HSL color Cylindrical-coordinate representation of color #3B7B2C: hue angle of 108.61º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B7B2C is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 44 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.52 |
| HSL | 108.61º | 0.47% | 0.33% | - |
| HSV(B) | 108.61º | 0.64% | 0.48% | - |
| XYZ | 9.34 | 15.28 | 4.84 | - |
| YUV | 94.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 44 | 0.52 | 0 | 0.64 | 0.52 | 108.61 | 0.47 | 0.33 |
| Hex | 3B | 7B | 2C | 34 | 0 | 40 | 34 | 6D | 2F | 21 |
| Octal | 73 | 173 | 54 | 64 | 0 | 100 | 64 | 155 | 57 | 41 |
| Binary | 111011 | 1111011 | 101100 | 110100 | 0 | 1000000 | 110100 | 1101101 | 101111 | 100001 |
Color Harmonies of #3B7B2C
Complementary color
Monochromatic Colors of #3B7B2C
Black with #3B7B2C
Text Example
Text Example
White with #3B7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B2C; }
p { color: rgb(59,123,44); }
H1.HeaderClassName
{
color: #3B7B2C;
}
.AnyTagClassName
{
color: #3B7B2C;
}
</style>
background-color css
<style>
a { background-color: #3B7B2C; }
a { background-color: rgb(59,123,44); }
div.DivClassName
{
background-color: #3B7B2C;
}
.BgClassName
{
background-color: #3B7B2C;
}
</style>
border-color css
<style>
span { border-color: #3B7B2C; }
span { border-color: rgb(59,123,44); }
td.TdClassName
{
border-color: #3B7B2C;
}
.TagClassName
{
border-color: #3B7B2C;
}
</style>