Shades of Bilbao #3B762A
Tints of Bilbao #3B762A
RGB
CMYK
RGB Variations
Color information
#3B762A (or 0x3B762A) is known color: Bilbao. HEX triplet: 3B, 76 and 2A. RGB value is (59,118,42). Sum of RGB (Red+Green+Blue) = 59+118+42=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #3B762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B762A is #C489D5. Grayscale: #5B5B5B. Windows color (decimal): -12880342 or 2782779. OLE color: 2782779.
HSL color Cylindrical-coordinate representation of color #3B762A: hue angle of 106.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B762A is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 42 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.54 |
| HSL | 106.58º | 0.48% | 0.31% | - |
| HSV(B) | 106.58º | 0.64% | 0.46% | - |
| XYZ | 8.7 | 14.05 | 4.44 | - |
| YUV | 91.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 42 | 0.50 | 0 | 0.64 | 0.54 | 106.58 | 0.48 | 0.31 |
| Hex | 3B | 76 | 2A | 32 | 0 | 40 | 36 | 6B | 30 | 1F |
| Octal | 73 | 166 | 52 | 62 | 0 | 100 | 66 | 153 | 60 | 37 |
| Binary | 111011 | 1110110 | 101010 | 110010 | 0 | 1000000 | 110110 | 1101011 | 110000 | 11111 |
Color Harmonies of #3B762A
Complementary color
Monochromatic Colors of #3B762A
Black with #3B762A
Text Example
Text Example
White with #3B762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B762A; }
p { color: rgb(59,118,42); }
H1.HeaderClassName
{
color: #3B762A;
}
.AnyTagClassName
{
color: #3B762A;
}
</style>
background-color css
<style>
a { background-color: #3B762A; }
a { background-color: rgb(59,118,42); }
div.DivClassName
{
background-color: #3B762A;
}
.BgClassName
{
background-color: #3B762A;
}
</style>
border-color css
<style>
span { border-color: #3B762A; }
span { border-color: rgb(59,118,42); }
td.TdClassName
{
border-color: #3B762A;
}
.TagClassName
{
border-color: #3B762A;
}
</style>