Shades of Bilbao #3B8324
Tints of Bilbao #3B8324
RGB
CMYK
RGB Variations
Color information
#3B8324 (or 0x3B8324) is known color: Bilbao. HEX triplet: 3B, 83 and 24. RGB value is (59,131,36). Sum of RGB (Red+Green+Blue) = 59+131+36=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #3B8324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8324 is #C47CDB. Grayscale: #626262. Windows color (decimal): -12877020 or 2392891. OLE color: 2392891.
HSL color Cylindrical-coordinate representation of color #3B8324: hue angle of 105.47º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B8324 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 131 | 36 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.49 |
| HSL | 105.47º | 0.57% | 0.33% | - |
| HSV(B) | 105.47º | 0.73% | 0.51% | - |
| XYZ | 10.24 | 17.29 | 4.47 | - |
| YUV | 98.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 36 | 0.55 | 0 | 0.73 | 0.49 | 105.47 | 0.57 | 0.33 |
| Hex | 3B | 83 | 24 | 37 | 0 | 49 | 31 | 69 | 39 | 21 |
| Octal | 73 | 203 | 44 | 67 | 0 | 111 | 61 | 151 | 71 | 41 |
| Binary | 111011 | 10000011 | 100100 | 110111 | 0 | 1001001 | 110001 | 1101001 | 111001 | 100001 |
Color Harmonies of #3B8324
Complementary color
Monochromatic Colors of #3B8324
Black with #3B8324
Text Example
Text Example
White with #3B8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8324; }
p { color: rgb(59,131,36); }
H1.HeaderClassName
{
color: #3B8324;
}
.AnyTagClassName
{
color: #3B8324;
}
</style>
background-color css
<style>
a { background-color: #3B8324; }
a { background-color: rgb(59,131,36); }
div.DivClassName
{
background-color: #3B8324;
}
.BgClassName
{
background-color: #3B8324;
}
</style>
border-color css
<style>
span { border-color: #3B8324; }
span { border-color: rgb(59,131,36); }
td.TdClassName
{
border-color: #3B8324;
}
.TagClassName
{
border-color: #3B8324;
}
</style>