Shades of Bilbao #3E801C
Tints of Bilbao #3E801C
RGB
CMYK
RGB Variations
Color information
#3E801C (or 0x3E801C) is known color: Bilbao. HEX triplet: 3E, 80 and 1C. RGB value is (62,128,28). Sum of RGB (Red+Green+Blue) = 62+128+28=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #3E801C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E801C is #C17FE3. Grayscale: #616161. Windows color (decimal): -12681188 or 1867838. OLE color: 1867838.
HSL color Cylindrical-coordinate representation of color #3E801C: hue angle of 99.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E801C is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 28 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.50 |
| HSL | 99.6º | 0.64% | 0.31% | - |
| HSV(B) | 99.6º | 0.78% | 0.5% | - |
| XYZ | 9.92 | 16.55 | 3.77 | - |
| YUV | 96.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 28 | 0.52 | 0 | 0.78 | 0.50 | 99.6 | 0.64 | 0.31 |
| Hex | 3E | 80 | 1C | 34 | 0 | 4E | 32 | 64 | 40 | 1F |
| Octal | 76 | 200 | 34 | 64 | 0 | 116 | 62 | 144 | 100 | 37 |
| Binary | 111110 | 10000000 | 11100 | 110100 | 0 | 1001110 | 110010 | 1100100 | 1000000 | 11111 |
Color Harmonies of #3E801C
Complementary color
Monochromatic Colors of #3E801C
Black with #3E801C
Text Example
Text Example
White with #3E801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E801C; }
p { color: rgb(62,128,28); }
H1.HeaderClassName
{
color: #3E801C;
}
.AnyTagClassName
{
color: #3E801C;
}
</style>
background-color css
<style>
a { background-color: #3E801C; }
a { background-color: rgb(62,128,28); }
div.DivClassName
{
background-color: #3E801C;
}
.BgClassName
{
background-color: #3E801C;
}
</style>
border-color css
<style>
span { border-color: #3E801C; }
span { border-color: rgb(62,128,28); }
td.TdClassName
{
border-color: #3E801C;
}
.TagClassName
{
border-color: #3E801C;
}
</style>