Shades of Bilbao #397B2F
Tints of Bilbao #397B2F
RGB
CMYK
RGB Variations
Color information
#397B2F (or 0x397B2F) is known color: Bilbao. HEX triplet: 39, 7B and 2F. RGB value is (57,123,47). Sum of RGB (Red+Green+Blue) = 57+123+47=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #397B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B2F is #C684D0. Grayscale: #5E5E5E. Windows color (decimal): -13010129 or 3111737. OLE color: 3111737.
HSL color Cylindrical-coordinate representation of color #397B2F: hue angle of 112.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397B2F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 47 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.52 |
| HSL | 112.11º | 0.45% | 0.33% | - |
| HSV(B) | 112.11º | 0.62% | 0.48% | - |
| XYZ | 9.28 | 15.24 | 5.14 | - |
| YUV | 94.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 47 | 0.54 | 0 | 0.62 | 0.52 | 112.11 | 0.45 | 0.33 |
| Hex | 39 | 7B | 2F | 36 | 0 | 3E | 34 | 70 | 2D | 21 |
| Octal | 71 | 173 | 57 | 66 | 0 | 76 | 64 | 160 | 55 | 41 |
| Binary | 111001 | 1111011 | 101111 | 110110 | 0 | 111110 | 110100 | 1110000 | 101101 | 100001 |
Color Harmonies of #397B2F
Complementary color
Monochromatic Colors of #397B2F
Black with #397B2F
Text Example
Text Example
White with #397B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B2F; }
p { color: rgb(57,123,47); }
H1.HeaderClassName
{
color: #397B2F;
}
.AnyTagClassName
{
color: #397B2F;
}
</style>
background-color css
<style>
a { background-color: #397B2F; }
a { background-color: rgb(57,123,47); }
div.DivClassName
{
background-color: #397B2F;
}
.BgClassName
{
background-color: #397B2F;
}
</style>
border-color css
<style>
span { border-color: #397B2F; }
span { border-color: rgb(57,123,47); }
td.TdClassName
{
border-color: #397B2F;
}
.TagClassName
{
border-color: #397B2F;
}
</style>