Shades of Bilbao #3C8229
Tints of Bilbao #3C8229
RGB
CMYK
RGB Variations
Color information
#3C8229 (or 0x3C8229) is known color: Bilbao. HEX triplet: 3C, 82 and 29. RGB value is (60,130,41). Sum of RGB (Red+Green+Blue) = 60+130+41=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8229 is #C37DD6. Grayscale: #636363. Windows color (decimal): -12811735 or 2720316. OLE color: 2720316.
HSL color Cylindrical-coordinate representation of color #3C8229: hue angle of 107.19º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8229 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 41 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.49 |
| HSL | 107.19º | 0.52% | 0.34% | - |
| HSV(B) | 107.19º | 0.68% | 0.51% | - |
| XYZ | 10.25 | 17.09 | 4.86 | - |
| YUV | 98.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 41 | 0.54 | 0 | 0.68 | 0.49 | 107.19 | 0.52 | 0.34 |
| Hex | 3C | 82 | 29 | 36 | 0 | 44 | 31 | 6B | 34 | 22 |
| Octal | 74 | 202 | 51 | 66 | 0 | 104 | 61 | 153 | 64 | 42 |
| Binary | 111100 | 10000010 | 101001 | 110110 | 0 | 1000100 | 110001 | 1101011 | 110100 | 100010 |
Color Harmonies of #3C8229
Complementary color
Monochromatic Colors of #3C8229
Black with #3C8229
Text Example
Text Example
White with #3C8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8229; }
p { color: rgb(60,130,41); }
H1.HeaderClassName
{
color: #3C8229;
}
.AnyTagClassName
{
color: #3C8229;
}
</style>
background-color css
<style>
a { background-color: #3C8229; }
a { background-color: rgb(60,130,41); }
div.DivClassName
{
background-color: #3C8229;
}
.BgClassName
{
background-color: #3C8229;
}
</style>
border-color css
<style>
span { border-color: #3C8229; }
span { border-color: rgb(60,130,41); }
td.TdClassName
{
border-color: #3C8229;
}
.TagClassName
{
border-color: #3C8229;
}
</style>