Shades of Bilbao #397C2F
Tints of Bilbao #397C2F
RGB
CMYK
RGB Variations
Color information
#397C2F (or 0x397C2F) is known color: Bilbao. HEX triplet: 39, 7C and 2F. RGB value is (57,124,47). Sum of RGB (Red+Green+Blue) = 57+124+47=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #397C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C2F is #C683D0. Grayscale: #5F5F5F. Windows color (decimal): -13009873 or 3111993. OLE color: 3111993.
HSL color Cylindrical-coordinate representation of color #397C2F: hue angle of 112.21º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397C2F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 47 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.51 |
| HSL | 112.21º | 0.45% | 0.34% | - |
| HSV(B) | 112.21º | 0.62% | 0.49% | - |
| XYZ | 9.41 | 15.49 | 5.18 | - |
| YUV | 95.19 | 100.8 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 47 | 0.54 | 0 | 0.62 | 0.51 | 112.21 | 0.45 | 0.34 |
| Hex | 39 | 7C | 2F | 36 | 0 | 3E | 33 | 70 | 2D | 22 |
| Octal | 71 | 174 | 57 | 66 | 0 | 76 | 63 | 160 | 55 | 42 |
| Binary | 111001 | 1111100 | 101111 | 110110 | 0 | 111110 | 110011 | 1110000 | 101101 | 100010 |
Color Harmonies of #397C2F
Complementary color
Monochromatic Colors of #397C2F
Black with #397C2F
Text Example
Text Example
White with #397C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C2F; }
p { color: rgb(57,124,47); }
H1.HeaderClassName
{
color: #397C2F;
}
.AnyTagClassName
{
color: #397C2F;
}
</style>
background-color css
<style>
a { background-color: #397C2F; }
a { background-color: rgb(57,124,47); }
div.DivClassName
{
background-color: #397C2F;
}
.BgClassName
{
background-color: #397C2F;
}
</style>
border-color css
<style>
span { border-color: #397C2F; }
span { border-color: rgb(57,124,47); }
td.TdClassName
{
border-color: #397C2F;
}
.TagClassName
{
border-color: #397C2F;
}
</style>