Shades of Bilbao #3E8424
Tints of Bilbao #3E8424
RGB
CMYK
RGB Variations
Color information
#3E8424 (or 0x3E8424) is known color: Bilbao. HEX triplet: 3E, 84 and 24. RGB value is (62,132,36). Sum of RGB (Red+Green+Blue) = 62+132+36=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8424 is #C17BDB. Grayscale: #646464. Windows color (decimal): -12680156 or 2393150. OLE color: 2393150.
HSL color Cylindrical-coordinate representation of color #3E8424: hue angle of 103.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E8424 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 132 | 36 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.48 |
| HSL | 103.75º | 0.57% | 0.33% | - |
| HSV(B) | 103.75º | 0.73% | 0.52% | - |
| XYZ | 10.56 | 17.65 | 4.52 | - |
| YUV | 100.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 36 | 0.53 | 0 | 0.73 | 0.48 | 103.75 | 0.57 | 0.33 |
| Hex | 3E | 84 | 24 | 35 | 0 | 49 | 30 | 68 | 39 | 21 |
| Octal | 76 | 204 | 44 | 65 | 0 | 111 | 60 | 150 | 71 | 41 |
| Binary | 111110 | 10000100 | 100100 | 110101 | 0 | 1001001 | 110000 | 1101000 | 111001 | 100001 |
Color Harmonies of #3E8424
Complementary color
Monochromatic Colors of #3E8424
Black with #3E8424
Text Example
Text Example
White with #3E8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8424; }
p { color: rgb(62,132,36); }
H1.HeaderClassName
{
color: #3E8424;
}
.AnyTagClassName
{
color: #3E8424;
}
</style>
background-color css
<style>
a { background-color: #3E8424; }
a { background-color: rgb(62,132,36); }
div.DivClassName
{
background-color: #3E8424;
}
.BgClassName
{
background-color: #3E8424;
}
</style>
border-color css
<style>
span { border-color: #3E8424; }
span { border-color: rgb(62,132,36); }
td.TdClassName
{
border-color: #3E8424;
}
.TagClassName
{
border-color: #3E8424;
}
</style>