Shades of Bilbao #3C8002
Tints of Bilbao #3C8002
RGB
CMYK
RGB Variations
Color information
#3C8002 (or 0x3C8002) is known color: Bilbao. HEX triplet: 3C, 80 and 02. RGB value is (60,128,2). Sum of RGB (Red+Green+Blue) = 60+128+2=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8002 is #C37FFD. Grayscale: #5D5D5D. Windows color (decimal): -12812286 or 163900. OLE color: 163900.
HSL color Cylindrical-coordinate representation of color #3C8002: hue angle of 92.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C8002 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 2 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.50 |
| HSL | 92.38º | 0.97% | 0.25% | - |
| HSV(B) | 92.38º | 0.98% | 0.5% | - |
| XYZ | 9.59 | 16.4 | 2.72 | - |
| YUV | 93.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 2 | 0.53 | 0 | 0.98 | 0.50 | 92.38 | 0.97 | 0.25 |
| Hex | 3C | 80 | 2 | 35 | 0 | 62 | 32 | 5C | 61 | 19 |
| Octal | 74 | 200 | 2 | 65 | 0 | 142 | 62 | 134 | 141 | 31 |
| Binary | 111100 | 10000000 | 10 | 110101 | 0 | 1100010 | 110010 | 1011100 | 1100001 | 11001 |
Color Harmonies of #3C8002
Complementary color
Monochromatic Colors of #3C8002
Black with #3C8002
Text Example
Text Example
White with #3C8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8002; }
p { color: rgb(60,128,2); }
H1.HeaderClassName
{
color: #3C8002;
}
.AnyTagClassName
{
color: #3C8002;
}
</style>
background-color css
<style>
a { background-color: #3C8002; }
a { background-color: rgb(60,128,2); }
div.DivClassName
{
background-color: #3C8002;
}
.BgClassName
{
background-color: #3C8002;
}
</style>
border-color css
<style>
span { border-color: #3C8002; }
span { border-color: rgb(60,128,2); }
td.TdClassName
{
border-color: #3C8002;
}
.TagClassName
{
border-color: #3C8002;
}
</style>