Shades of Bilbao #3C762A
Tints of Bilbao #3C762A
RGB
CMYK
RGB Variations
Color information
#3C762A (or 0x3C762A) is known color: Bilbao. HEX triplet: 3C, 76 and 2A. RGB value is (60,118,42). Sum of RGB (Red+Green+Blue) = 60+118+42=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #3C762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C762A is #C389D5. Grayscale: #5C5C5C. Windows color (decimal): -12814806 or 2782780. OLE color: 2782780.
HSL color Cylindrical-coordinate representation of color #3C762A: hue angle of 105.79º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C762A is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 42 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.54 |
| HSL | 105.79º | 0.48% | 0.31% | - |
| HSV(B) | 105.79º | 0.64% | 0.46% | - |
| XYZ | 8.76 | 14.08 | 4.45 | - |
| YUV | 91.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 42 | 0.49 | 0 | 0.64 | 0.54 | 105.79 | 0.48 | 0.31 |
| Hex | 3C | 76 | 2A | 31 | 0 | 40 | 36 | 6A | 30 | 1F |
| Octal | 74 | 166 | 52 | 61 | 0 | 100 | 66 | 152 | 60 | 37 |
| Binary | 111100 | 1110110 | 101010 | 110001 | 0 | 1000000 | 110110 | 1101010 | 110000 | 11111 |
Color Harmonies of #3C762A
Complementary color
Monochromatic Colors of #3C762A
Black with #3C762A
Text Example
Text Example
White with #3C762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C762A; }
p { color: rgb(60,118,42); }
H1.HeaderClassName
{
color: #3C762A;
}
.AnyTagClassName
{
color: #3C762A;
}
</style>
background-color css
<style>
a { background-color: #3C762A; }
a { background-color: rgb(60,118,42); }
div.DivClassName
{
background-color: #3C762A;
}
.BgClassName
{
background-color: #3C762A;
}
</style>
border-color css
<style>
span { border-color: #3C762A; }
span { border-color: rgb(60,118,42); }
td.TdClassName
{
border-color: #3C762A;
}
.TagClassName
{
border-color: #3C762A;
}
</style>