Shades of Bilbao #3E812F
Tints of Bilbao #3E812F
RGB
CMYK
RGB Variations
Color information
#3E812F (or 0x3E812F) is known color: Bilbao. HEX triplet: 3E, 81 and 2F. RGB value is (62,129,47). Sum of RGB (Red+Green+Blue) = 62+129+47=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #3E812F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E812F is #C17ED0. Grayscale: #636363. Windows color (decimal): -12680913 or 3113278. OLE color: 3113278.
HSL color Cylindrical-coordinate representation of color #3E812F: hue angle of 109.02º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E812F is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 129 | 47 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.49 |
| HSL | 109.02º | 0.47% | 0.35% | - |
| HSV(B) | 109.02º | 0.64% | 0.51% | - |
| XYZ | 10.35 | 16.93 | 5.41 | - |
| YUV | 99.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 47 | 0.52 | 0 | 0.64 | 0.49 | 109.02 | 0.47 | 0.35 |
| Hex | 3E | 81 | 2F | 34 | 0 | 40 | 31 | 6D | 2F | 23 |
| Octal | 76 | 201 | 57 | 64 | 0 | 100 | 61 | 155 | 57 | 43 |
| Binary | 111110 | 10000001 | 101111 | 110100 | 0 | 1000000 | 110001 | 1101101 | 101111 | 100011 |
Color Harmonies of #3E812F
Complementary color
Monochromatic Colors of #3E812F
Black with #3E812F
Text Example
Text Example
White with #3E812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E812F; }
p { color: rgb(62,129,47); }
H1.HeaderClassName
{
color: #3E812F;
}
.AnyTagClassName
{
color: #3E812F;
}
</style>
background-color css
<style>
a { background-color: #3E812F; }
a { background-color: rgb(62,129,47); }
div.DivClassName
{
background-color: #3E812F;
}
.BgClassName
{
background-color: #3E812F;
}
</style>
border-color css
<style>
span { border-color: #3E812F; }
span { border-color: rgb(62,129,47); }
td.TdClassName
{
border-color: #3E812F;
}
.TagClassName
{
border-color: #3E812F;
}
</style>