Shades of Bilbao #3E811D
Tints of Bilbao #3E811D
RGB
CMYK
RGB Variations
Color information
#3E811D (or 0x3E811D) is known color: Bilbao. HEX triplet: 3E, 81 and 1D. RGB value is (62,129,29). Sum of RGB (Red+Green+Blue) = 62+129+29=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #3E811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E811D is #C17EE2. Grayscale: #616161. Windows color (decimal): -12680931 or 1933630. OLE color: 1933630.
HSL color Cylindrical-coordinate representation of color #3E811D: hue angle of 100.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E811D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 129 | 29 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.49 |
| HSL | 100.2º | 0.63% | 0.31% | - |
| HSV(B) | 100.2º | 0.78% | 0.51% | - |
| XYZ | 10.06 | 16.81 | 3.88 | - |
| YUV | 97.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 29 | 0.52 | 0 | 0.78 | 0.49 | 100.2 | 0.63 | 0.31 |
| Hex | 3E | 81 | 1D | 34 | 0 | 4E | 31 | 64 | 3F | 1F |
| Octal | 76 | 201 | 35 | 64 | 0 | 116 | 61 | 144 | 77 | 37 |
| Binary | 111110 | 10000001 | 11101 | 110100 | 0 | 1001110 | 110001 | 1100100 | 111111 | 11111 |
Color Harmonies of #3E811D
Complementary color
Monochromatic Colors of #3E811D
Black with #3E811D
Text Example
Text Example
White with #3E811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E811D; }
p { color: rgb(62,129,29); }
H1.HeaderClassName
{
color: #3E811D;
}
.AnyTagClassName
{
color: #3E811D;
}
</style>
background-color css
<style>
a { background-color: #3E811D; }
a { background-color: rgb(62,129,29); }
div.DivClassName
{
background-color: #3E811D;
}
.BgClassName
{
background-color: #3E811D;
}
</style>
border-color css
<style>
span { border-color: #3E811D; }
span { border-color: rgb(62,129,29); }
td.TdClassName
{
border-color: #3E811D;
}
.TagClassName
{
border-color: #3E811D;
}
</style>