Shades of Bilbao #3C8328
Tints of Bilbao #3C8328
RGB
CMYK
RGB Variations
Color information
#3C8328 (or 0x3C8328) is known color: Bilbao. HEX triplet: 3C, 83 and 28. RGB value is (60,131,40). Sum of RGB (Red+Green+Blue) = 60+131+40=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8328 is #C37CD7. Grayscale: #636363. Windows color (decimal): -12811480 or 2655036. OLE color: 2655036.
HSL color Cylindrical-coordinate representation of color #3C8328: hue angle of 106.81º degrees, saturation: 0.53, 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 #3C8328 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 40 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.49 |
| HSL | 106.81º | 0.53% | 0.34% | - |
| HSV(B) | 106.81º | 0.69% | 0.51% | - |
| XYZ | 10.36 | 17.35 | 4.81 | - |
| YUV | 99.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 40 | 0.54 | 0 | 0.69 | 0.49 | 106.81 | 0.53 | 0.34 |
| Hex | 3C | 83 | 28 | 36 | 0 | 45 | 31 | 6B | 35 | 22 |
| Octal | 74 | 203 | 50 | 66 | 0 | 105 | 61 | 153 | 65 | 42 |
| Binary | 111100 | 10000011 | 101000 | 110110 | 0 | 1000101 | 110001 | 1101011 | 110101 | 100010 |
Color Harmonies of #3C8328
Complementary color
Monochromatic Colors of #3C8328
Black with #3C8328
Text Example
Text Example
White with #3C8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8328; }
p { color: rgb(60,131,40); }
H1.HeaderClassName
{
color: #3C8328;
}
.AnyTagClassName
{
color: #3C8328;
}
</style>
background-color css
<style>
a { background-color: #3C8328; }
a { background-color: rgb(60,131,40); }
div.DivClassName
{
background-color: #3C8328;
}
.BgClassName
{
background-color: #3C8328;
}
</style>
border-color css
<style>
span { border-color: #3C8328; }
span { border-color: rgb(60,131,40); }
td.TdClassName
{
border-color: #3C8328;
}
.TagClassName
{
border-color: #3C8328;
}
</style>