Shades of Bilbao #3B8822
Tints of Bilbao #3B8822
RGB
CMYK
RGB Variations
Color information
#3B8822 (or 0x3B8822) is known color: Bilbao. HEX triplet: 3B, 88 and 22. RGB value is (59,136,34). Sum of RGB (Red+Green+Blue) = 59+136+34=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8822 is #C477DD. Grayscale: #656565. Windows color (decimal): -12875742 or 2263099. OLE color: 2263099.
HSL color Cylindrical-coordinate representation of color #3B8822: hue angle of 105.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8822 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 136 | 34 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.47 |
| HSL | 105.29º | 0.6% | 0.33% | - |
| HSV(B) | 105.29º | 0.75% | 0.53% | - |
| XYZ | 10.9 | 18.65 | 4.54 | - |
| YUV | 101.35 | 89.99 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 34 | 0.57 | 0 | 0.75 | 0.47 | 105.29 | 0.6 | 0.33 |
| Hex | 3B | 88 | 22 | 39 | 0 | 4B | 2F | 69 | 3C | 21 |
| Octal | 73 | 210 | 42 | 71 | 0 | 113 | 57 | 151 | 74 | 41 |
| Binary | 111011 | 10001000 | 100010 | 111001 | 0 | 1001011 | 101111 | 1101001 | 111100 | 100001 |
Color Harmonies of #3B8822
Complementary color
Monochromatic Colors of #3B8822
Black with #3B8822
Text Example
Text Example
White with #3B8822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8822; }
p { color: rgb(59,136,34); }
H1.HeaderClassName
{
color: #3B8822;
}
.AnyTagClassName
{
color: #3B8822;
}
</style>
background-color css
<style>
a { background-color: #3B8822; }
a { background-color: rgb(59,136,34); }
div.DivClassName
{
background-color: #3B8822;
}
.BgClassName
{
background-color: #3B8822;
}
</style>
border-color css
<style>
span { border-color: #3B8822; }
span { border-color: rgb(59,136,34); }
td.TdClassName
{
border-color: #3B8822;
}
.TagClassName
{
border-color: #3B8822;
}
</style>