Shades of Bilbao #3E831B
Tints of Bilbao #3E831B
RGB
CMYK
RGB Variations
Color information
#3E831B (or 0x3E831B) is known color: Bilbao. HEX triplet: 3E, 83 and 1B. RGB value is (62,131,27). Sum of RGB (Red+Green+Blue) = 62+131+27=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #3E831B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E831B is #C17CE4. Grayscale: #626262. Windows color (decimal): -12680421 or 1803070. OLE color: 1803070.
HSL color Cylindrical-coordinate representation of color #3E831B: hue angle of 99.81º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E831B is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 27 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.49 |
| HSL | 99.81º | 0.66% | 0.31% | - |
| HSV(B) | 99.81º | 0.79% | 0.51% | - |
| XYZ | 10.3 | 17.34 | 3.84 | - |
| YUV | 98.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 27 | 0.53 | 0 | 0.79 | 0.49 | 99.81 | 0.66 | 0.31 |
| Hex | 3E | 83 | 1B | 35 | 0 | 4F | 31 | 64 | 42 | 1F |
| Octal | 76 | 203 | 33 | 65 | 0 | 117 | 61 | 144 | 102 | 37 |
| Binary | 111110 | 10000011 | 11011 | 110101 | 0 | 1001111 | 110001 | 1100100 | 1000010 | 11111 |
Color Harmonies of #3E831B
Complementary color
Monochromatic Colors of #3E831B
Black with #3E831B
Text Example
Text Example
White with #3E831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E831B; }
p { color: rgb(62,131,27); }
H1.HeaderClassName
{
color: #3E831B;
}
.AnyTagClassName
{
color: #3E831B;
}
</style>
background-color css
<style>
a { background-color: #3E831B; }
a { background-color: rgb(62,131,27); }
div.DivClassName
{
background-color: #3E831B;
}
.BgClassName
{
background-color: #3E831B;
}
</style>
border-color css
<style>
span { border-color: #3E831B; }
span { border-color: rgb(62,131,27); }
td.TdClassName
{
border-color: #3E831B;
}
.TagClassName
{
border-color: #3E831B;
}
</style>