Shades of Bilbao #3E830A
Tints of Bilbao #3E830A
RGB
CMYK
RGB Variations
Color information
#3E830A (or 0x3E830A) is known color: Bilbao. HEX triplet: 3E, 83 and 0A. RGB value is (62,131,10). Sum of RGB (Red+Green+Blue) = 62+131+10=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #3E830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E830A is #C17CF5. Grayscale: #606060. Windows color (decimal): -12680438 or 688958. OLE color: 688958.
HSL color Cylindrical-coordinate representation of color #3E830A: hue angle of 94.21º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E830A is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 10 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.49 |
| HSL | 94.21º | 0.86% | 0.28% | - |
| HSV(B) | 94.21º | 0.92% | 0.51% | - |
| XYZ | 10.16 | 17.28 | 3.09 | - |
| YUV | 96.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 10 | 0.53 | 0 | 0.92 | 0.49 | 94.21 | 0.86 | 0.28 |
| Hex | 3E | 83 | A | 35 | 0 | 5C | 31 | 5E | 56 | 1C |
| Octal | 76 | 203 | 12 | 65 | 0 | 134 | 61 | 136 | 126 | 34 |
| Binary | 111110 | 10000011 | 1010 | 110101 | 0 | 1011100 | 110001 | 1011110 | 1010110 | 11100 |
Color Harmonies of #3E830A
Complementary color
Monochromatic Colors of #3E830A
Black with #3E830A
Text Example
Text Example
White with #3E830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E830A; }
p { color: rgb(62,131,10); }
H1.HeaderClassName
{
color: #3E830A;
}
.AnyTagClassName
{
color: #3E830A;
}
</style>
background-color css
<style>
a { background-color: #3E830A; }
a { background-color: rgb(62,131,10); }
div.DivClassName
{
background-color: #3E830A;
}
.BgClassName
{
background-color: #3E830A;
}
</style>
border-color css
<style>
span { border-color: #3E830A; }
span { border-color: rgb(62,131,10); }
td.TdClassName
{
border-color: #3E830A;
}
.TagClassName
{
border-color: #3E830A;
}
</style>