Shades of Bilbao #3C802E
Tints of Bilbao #3C802E
RGB
CMYK
RGB Variations
Color information
#3C802E (or 0x3C802E) is known color: Bilbao. HEX triplet: 3C, 80 and 2E. RGB value is (60,128,46). Sum of RGB (Red+Green+Blue) = 60+128+46=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #3C802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C802E is #C37FD1. Grayscale: #626262. Windows color (decimal): -12812242 or 3047484. OLE color: 3047484.
HSL color Cylindrical-coordinate representation of color #3C802E: hue angle of 109.76º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C802E is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 46 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.50 |
| HSL | 109.76º | 0.47% | 0.34% | - |
| HSV(B) | 109.76º | 0.64% | 0.5% | - |
| XYZ | 10.08 | 16.6 | 5.26 | - |
| YUV | 98.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 46 | 0.53 | 0 | 0.64 | 0.50 | 109.76 | 0.47 | 0.34 |
| Hex | 3C | 80 | 2E | 35 | 0 | 40 | 32 | 6E | 2F | 22 |
| Octal | 74 | 200 | 56 | 65 | 0 | 100 | 62 | 156 | 57 | 42 |
| Binary | 111100 | 10000000 | 101110 | 110101 | 0 | 1000000 | 110010 | 1101110 | 101111 | 100010 |
Color Harmonies of #3C802E
Complementary color
Monochromatic Colors of #3C802E
Black with #3C802E
Text Example
Text Example
White with #3C802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C802E; }
p { color: rgb(60,128,46); }
H1.HeaderClassName
{
color: #3C802E;
}
.AnyTagClassName
{
color: #3C802E;
}
</style>
background-color css
<style>
a { background-color: #3C802E; }
a { background-color: rgb(60,128,46); }
div.DivClassName
{
background-color: #3C802E;
}
.BgClassName
{
background-color: #3C802E;
}
</style>
border-color css
<style>
span { border-color: #3C802E; }
span { border-color: rgb(60,128,46); }
td.TdClassName
{
border-color: #3C802E;
}
.TagClassName
{
border-color: #3C802E;
}
</style>