Shades of Bilbao #3C8329
Tints of Bilbao #3C8329
RGB
CMYK
RGB Variations
Color information
#3C8329 (or 0x3C8329) is known color: Bilbao. HEX triplet: 3C, 83 and 29. RGB value is (60,131,41). Sum of RGB (Red+Green+Blue) = 60+131+41=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8329 is #C37CD6. Grayscale: #636363. Windows color (decimal): -12811479 or 2720572. OLE color: 2720572.
HSL color Cylindrical-coordinate representation of color #3C8329: hue angle of 107.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C8329 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 41 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.49 |
| HSL | 107.33º | 0.52% | 0.34% | - |
| HSV(B) | 107.33º | 0.69% | 0.51% | - |
| XYZ | 10.38 | 17.35 | 4.9 | - |
| YUV | 99.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 41 | 0.54 | 0 | 0.69 | 0.49 | 107.33 | 0.52 | 0.34 |
| Hex | 3C | 83 | 29 | 36 | 0 | 45 | 31 | 6B | 34 | 22 |
| Octal | 74 | 203 | 51 | 66 | 0 | 105 | 61 | 153 | 64 | 42 |
| Binary | 111100 | 10000011 | 101001 | 110110 | 0 | 1000101 | 110001 | 1101011 | 110100 | 100010 |
Color Harmonies of #3C8329
Complementary color
Monochromatic Colors of #3C8329
Black with #3C8329
Text Example
Text Example
White with #3C8329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8329; }
p { color: rgb(60,131,41); }
H1.HeaderClassName
{
color: #3C8329;
}
.AnyTagClassName
{
color: #3C8329;
}
</style>
background-color css
<style>
a { background-color: #3C8329; }
a { background-color: rgb(60,131,41); }
div.DivClassName
{
background-color: #3C8329;
}
.BgClassName
{
background-color: #3C8329;
}
</style>
border-color css
<style>
span { border-color: #3C8329; }
span { border-color: rgb(60,131,41); }
td.TdClassName
{
border-color: #3C8329;
}
.TagClassName
{
border-color: #3C8329;
}
</style>