Shades of Bilbao #3E821D
Tints of Bilbao #3E821D
RGB
CMYK
RGB Variations
Color information
#3E821D (or 0x3E821D) is known color: Bilbao. HEX triplet: 3E, 82 and 1D. RGB value is (62,130,29). Sum of RGB (Red+Green+Blue) = 62+130+29=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #3E821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E821D is #C17DE2. Grayscale: #626262. Windows color (decimal): -12680675 or 1933886. OLE color: 1933886.
HSL color Cylindrical-coordinate representation of color #3E821D: hue angle of 100.4º degrees, saturation: 0.64, 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 #3E821D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 29 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.49 |
| HSL | 100.4º | 0.64% | 0.31% | - |
| HSV(B) | 100.4º | 0.78% | 0.51% | - |
| XYZ | 10.19 | 17.08 | 3.92 | - |
| YUV | 98.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 29 | 0.52 | 0 | 0.78 | 0.49 | 100.4 | 0.64 | 0.31 |
| Hex | 3E | 82 | 1D | 34 | 0 | 4E | 31 | 64 | 40 | 1F |
| Octal | 76 | 202 | 35 | 64 | 0 | 116 | 61 | 144 | 100 | 37 |
| Binary | 111110 | 10000010 | 11101 | 110100 | 0 | 1001110 | 110001 | 1100100 | 1000000 | 11111 |
Color Harmonies of #3E821D
Complementary color
Monochromatic Colors of #3E821D
Black with #3E821D
Text Example
Text Example
White with #3E821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E821D; }
p { color: rgb(62,130,29); }
H1.HeaderClassName
{
color: #3E821D;
}
.AnyTagClassName
{
color: #3E821D;
}
</style>
background-color css
<style>
a { background-color: #3E821D; }
a { background-color: rgb(62,130,29); }
div.DivClassName
{
background-color: #3E821D;
}
.BgClassName
{
background-color: #3E821D;
}
</style>
border-color css
<style>
span { border-color: #3E821D; }
span { border-color: rgb(62,130,29); }
td.TdClassName
{
border-color: #3E821D;
}
.TagClassName
{
border-color: #3E821D;
}
</style>