Shades of Bilbao #3E802E
Tints of Bilbao #3E802E
RGB
CMYK
RGB Variations
Color information
#3E802E (or 0x3E802E) is known color: Bilbao. HEX triplet: 3E, 80 and 2E. RGB value is (62,128,46). Sum of RGB (Red+Green+Blue) = 62+128+46=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #3E802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E802E is #C17FD1. Grayscale: #636363. Windows color (decimal): -12681170 or 3047486. OLE color: 3047486.
HSL color Cylindrical-coordinate representation of color #3E802E: hue angle of 108.29º 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 #3E802E is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 46 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.50 |
| HSL | 108.29º | 0.47% | 0.34% | - |
| HSV(B) | 108.29º | 0.64% | 0.5% | - |
| XYZ | 10.2 | 16.66 | 5.26 | - |
| YUV | 98.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 46 | 0.52 | 0 | 0.64 | 0.50 | 108.29 | 0.47 | 0.34 |
| Hex | 3E | 80 | 2E | 34 | 0 | 40 | 32 | 6C | 2F | 22 |
| Octal | 76 | 200 | 56 | 64 | 0 | 100 | 62 | 154 | 57 | 42 |
| Binary | 111110 | 10000000 | 101110 | 110100 | 0 | 1000000 | 110010 | 1101100 | 101111 | 100010 |
Color Harmonies of #3E802E
Complementary color
Monochromatic Colors of #3E802E
Black with #3E802E
Text Example
Text Example
White with #3E802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E802E; }
p { color: rgb(62,128,46); }
H1.HeaderClassName
{
color: #3E802E;
}
.AnyTagClassName
{
color: #3E802E;
}
</style>
background-color css
<style>
a { background-color: #3E802E; }
a { background-color: rgb(62,128,46); }
div.DivClassName
{
background-color: #3E802E;
}
.BgClassName
{
background-color: #3E802E;
}
</style>
border-color css
<style>
span { border-color: #3E802E; }
span { border-color: rgb(62,128,46); }
td.TdClassName
{
border-color: #3E802E;
}
.TagClassName
{
border-color: #3E802E;
}
</style>