Shades of Bilbao #3E741C
Tints of Bilbao #3E741C
RGB
CMYK
RGB Variations
Color information
#3E741C (or 0x3E741C) is known color: Bilbao. HEX triplet: 3E, 74 and 1C. RGB value is (62,116,28). Sum of RGB (Red+Green+Blue) = 62+116+28=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #3E741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E741C is #C18BE3. Grayscale: #5A5A5A. Windows color (decimal): -12684260 or 1864766. OLE color: 1864766.
HSL color Cylindrical-coordinate representation of color #3E741C: hue angle of 96.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E741C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 28 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.55 |
| HSL | 96.82º | 0.61% | 0.28% | - |
| HSV(B) | 96.82º | 0.76% | 0.45% | - |
| XYZ | 8.44 | 13.6 | 3.28 | - |
| YUV | 89.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 28 | 0.47 | 0 | 0.76 | 0.55 | 96.82 | 0.61 | 0.28 |
| Hex | 3E | 74 | 1C | 2F | 0 | 4C | 37 | 61 | 3D | 1C |
| Octal | 76 | 164 | 34 | 57 | 0 | 114 | 67 | 141 | 75 | 34 |
| Binary | 111110 | 1110100 | 11100 | 101111 | 0 | 1001100 | 110111 | 1100001 | 111101 | 11100 |
Color Harmonies of #3E741C
Complementary color
Monochromatic Colors of #3E741C
Black with #3E741C
Text Example
Text Example
White with #3E741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E741C; }
p { color: rgb(62,116,28); }
H1.HeaderClassName
{
color: #3E741C;
}
.AnyTagClassName
{
color: #3E741C;
}
</style>
background-color css
<style>
a { background-color: #3E741C; }
a { background-color: rgb(62,116,28); }
div.DivClassName
{
background-color: #3E741C;
}
.BgClassName
{
background-color: #3E741C;
}
</style>
border-color css
<style>
span { border-color: #3E741C; }
span { border-color: rgb(62,116,28); }
td.TdClassName
{
border-color: #3E741C;
}
.TagClassName
{
border-color: #3E741C;
}
</style>