Shades of Bilbao #3C802C
Tints of Bilbao #3C802C
RGB
CMYK
RGB Variations
Color information
#3C802C (or 0x3C802C) is known color: Bilbao. HEX triplet: 3C, 80 and 2C. RGB value is (60,128,44). Sum of RGB (Red+Green+Blue) = 60+128+44=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #3C802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C802C is #C37FD3. Grayscale: #626262. Windows color (decimal): -12812244 or 2916412. OLE color: 2916412.
HSL color Cylindrical-coordinate representation of color #3C802C: hue angle of 108.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C802C is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 44 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.50 |
| HSL | 108.57º | 0.49% | 0.34% | - |
| HSV(B) | 108.57º | 0.66% | 0.5% | - |
| XYZ | 10.04 | 16.58 | 5.05 | - |
| YUV | 98.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 44 | 0.53 | 0 | 0.66 | 0.50 | 108.57 | 0.49 | 0.34 |
| Hex | 3C | 80 | 2C | 35 | 0 | 42 | 32 | 6D | 31 | 22 |
| Octal | 74 | 200 | 54 | 65 | 0 | 102 | 62 | 155 | 61 | 42 |
| Binary | 111100 | 10000000 | 101100 | 110101 | 0 | 1000010 | 110010 | 1101101 | 110001 | 100010 |
Color Harmonies of #3C802C
Complementary color
Monochromatic Colors of #3C802C
Black with #3C802C
Text Example
Text Example
White with #3C802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C802C; }
p { color: rgb(60,128,44); }
H1.HeaderClassName
{
color: #3C802C;
}
.AnyTagClassName
{
color: #3C802C;
}
</style>
background-color css
<style>
a { background-color: #3C802C; }
a { background-color: rgb(60,128,44); }
div.DivClassName
{
background-color: #3C802C;
}
.BgClassName
{
background-color: #3C802C;
}
</style>
border-color css
<style>
span { border-color: #3C802C; }
span { border-color: rgb(60,128,44); }
td.TdClassName
{
border-color: #3C802C;
}
.TagClassName
{
border-color: #3C802C;
}
</style>