Shades of Bilbao #3C7832
Tints of Bilbao #3C7832
RGB
CMYK
RGB Variations
Color information
#3C7832 (or 0x3C7832) is known color: Bilbao. HEX triplet: 3C, 78 and 32. RGB value is (60,120,50). Sum of RGB (Red+Green+Blue) = 60+120+50=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7832 is #C387CD. Grayscale: #5E5E5E. Windows color (decimal): -12814286 or 3307580. OLE color: 3307580.
HSL color Cylindrical-coordinate representation of color #3C7832: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7832 is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 50 | - |
| CMYK | 0.5 | 0 | 0.58 | 0.53 |
| HSL | 111.43º | 0.41% | 0.33% | - |
| HSV(B) | 111.43º | 0.58% | 0.47% | - |
| XYZ | 9.16 | 14.62 | 5.36 | - |
| YUV | 94.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 50 | 0.5 | 0 | 0.58 | 0.53 | 111.43 | 0.41 | 0.33 |
| Hex | 3C | 78 | 32 | 32 | 0 | 3A | 35 | 6F | 29 | 21 |
| Octal | 74 | 170 | 62 | 62 | 0 | 72 | 65 | 157 | 51 | 41 |
| Binary | 111100 | 1111000 | 110010 | 110010 | 0 | 111010 | 110101 | 1101111 | 101001 | 100001 |
Color Harmonies of #3C7832
Complementary color
Monochromatic Colors of #3C7832
Black with #3C7832
Text Example
Text Example
White with #3C7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7832; }
p { color: rgb(60,120,50); }
H1.HeaderClassName
{
color: #3C7832;
}
.AnyTagClassName
{
color: #3C7832;
}
</style>
background-color css
<style>
a { background-color: #3C7832; }
a { background-color: rgb(60,120,50); }
div.DivClassName
{
background-color: #3C7832;
}
.BgClassName
{
background-color: #3C7832;
}
</style>
border-color css
<style>
span { border-color: #3C7832; }
span { border-color: rgb(60,120,50); }
td.TdClassName
{
border-color: #3C7832;
}
.TagClassName
{
border-color: #3C7832;
}
</style>