Shades of Bilbao #397C11
Tints of Bilbao #397C11
RGB
CMYK
RGB Variations
Color information
#397C11 (or 0x397C11) is known color: Bilbao. HEX triplet: 39, 7C and 11. RGB value is (57,124,17). Sum of RGB (Red+Green+Blue) = 57+124+17=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #397C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397C11 is #C683EE. Grayscale: #5C5C5C. Windows color (decimal): -13009903 or 1145913. OLE color: 1145913.
HSL color Cylindrical-coordinate representation of color #397C11: hue angle of 97.57º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #397C11 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 17 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.51 |
| HSL | 97.57º | 0.76% | 0.28% | - |
| HSV(B) | 97.57º | 0.86% | 0.49% | - |
| XYZ | 9 | 15.33 | 3.01 | - |
| YUV | 91.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 17 | 0.54 | 0 | 0.86 | 0.51 | 97.57 | 0.76 | 0.28 |
| Hex | 39 | 7C | 11 | 36 | 0 | 56 | 33 | 62 | 4C | 1C |
| Octal | 71 | 174 | 21 | 66 | 0 | 126 | 63 | 142 | 114 | 34 |
| Binary | 111001 | 1111100 | 10001 | 110110 | 0 | 1010110 | 110011 | 1100010 | 1001100 | 11100 |
Color Harmonies of #397C11
Complementary color
Monochromatic Colors of #397C11
Black with #397C11
Text Example
Text Example
White with #397C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C11; }
p { color: rgb(57,124,17); }
H1.HeaderClassName
{
color: #397C11;
}
.AnyTagClassName
{
color: #397C11;
}
</style>
background-color css
<style>
a { background-color: #397C11; }
a { background-color: rgb(57,124,17); }
div.DivClassName
{
background-color: #397C11;
}
.BgClassName
{
background-color: #397C11;
}
</style>
border-color css
<style>
span { border-color: #397C11; }
span { border-color: rgb(57,124,17); }
td.TdClassName
{
border-color: #397C11;
}
.TagClassName
{
border-color: #397C11;
}
</style>