Shades of Bilbao #3C7818
Tints of Bilbao #3C7818
RGB
CMYK
RGB Variations
Color information
#3C7818 (or 0x3C7818) is known color: Bilbao. HEX triplet: 3C, 78 and 18. RGB value is (60,120,24). Sum of RGB (Red+Green+Blue) = 60+120+24=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7818 is #C387E7. Grayscale: #5B5B5B. Windows color (decimal): -12814312 or 1603644. OLE color: 1603644.
HSL color Cylindrical-coordinate representation of color #3C7818: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C7818 is Cyan = 0.5, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 24 | - |
| CMYK | 0.5 | 0 | 0.8 | 0.53 |
| HSL | 97.5º | 0.67% | 0.28% | - |
| HSV(B) | 97.5º | 0.8% | 0.47% | - |
| XYZ | 8.74 | 14.46 | 3.19 | - |
| YUV | 91.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 24 | 0.5 | 0 | 0.8 | 0.53 | 97.5 | 0.67 | 0.28 |
| Hex | 3C | 78 | 18 | 32 | 0 | 50 | 35 | 62 | 43 | 1C |
| Octal | 74 | 170 | 30 | 62 | 0 | 120 | 65 | 142 | 103 | 34 |
| Binary | 111100 | 1111000 | 11000 | 110010 | 0 | 1010000 | 110101 | 1100010 | 1000011 | 11100 |
Color Harmonies of #3C7818
Complementary color
Monochromatic Colors of #3C7818
Black with #3C7818
Text Example
Text Example
White with #3C7818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7818; }
p { color: rgb(60,120,24); }
H1.HeaderClassName
{
color: #3C7818;
}
.AnyTagClassName
{
color: #3C7818;
}
</style>
background-color css
<style>
a { background-color: #3C7818; }
a { background-color: rgb(60,120,24); }
div.DivClassName
{
background-color: #3C7818;
}
.BgClassName
{
background-color: #3C7818;
}
</style>
border-color css
<style>
span { border-color: #3C7818; }
span { border-color: rgb(60,120,24); }
td.TdClassName
{
border-color: #3C7818;
}
.TagClassName
{
border-color: #3C7818;
}
</style>