Shades of Bilbao #3E7C2D
Tints of Bilbao #3E7C2D
RGB
CMYK
RGB Variations
Color information
#3E7C2D (or 0x3E7C2D) is known color: Bilbao. HEX triplet: 3E, 7C and 2D. RGB value is (62,124,45). Sum of RGB (Red+Green+Blue) = 62+124+45=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7C2D is #C183D2. Grayscale: #606060. Windows color (decimal): -12682195 or 2980926. OLE color: 2980926.
HSL color Cylindrical-coordinate representation of color #3E7C2D: hue angle of 107.09º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E7C2D is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 45 | - |
| CMYK | 0.5 | 0 | 0.64 | 0.51 |
| HSL | 107.09º | 0.47% | 0.33% | - |
| HSV(B) | 107.09º | 0.64% | 0.49% | - |
| XYZ | 9.67 | 15.63 | 4.99 | - |
| YUV | 96.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 45 | 0.5 | 0 | 0.64 | 0.51 | 107.09 | 0.47 | 0.33 |
| Hex | 3E | 7C | 2D | 32 | 0 | 40 | 33 | 6B | 2F | 21 |
| Octal | 76 | 174 | 55 | 62 | 0 | 100 | 63 | 153 | 57 | 41 |
| Binary | 111110 | 1111100 | 101101 | 110010 | 0 | 1000000 | 110011 | 1101011 | 101111 | 100001 |
Color Harmonies of #3E7C2D
Complementary color
Monochromatic Colors of #3E7C2D
Black with #3E7C2D
Text Example
Text Example
White with #3E7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C2D; }
p { color: rgb(62,124,45); }
H1.HeaderClassName
{
color: #3E7C2D;
}
.AnyTagClassName
{
color: #3E7C2D;
}
</style>
background-color css
<style>
a { background-color: #3E7C2D; }
a { background-color: rgb(62,124,45); }
div.DivClassName
{
background-color: #3E7C2D;
}
.BgClassName
{
background-color: #3E7C2D;
}
</style>
border-color css
<style>
span { border-color: #3E7C2D; }
span { border-color: rgb(62,124,45); }
td.TdClassName
{
border-color: #3E7C2D;
}
.TagClassName
{
border-color: #3E7C2D;
}
</style>