Shades of Bilbao #397E2D
Tints of Bilbao #397E2D
RGB
CMYK
RGB Variations
Color information
#397E2D (or 0x397E2D) is known color: Bilbao. HEX triplet: 39, 7E and 2D. RGB value is (57,126,45). Sum of RGB (Red+Green+Blue) = 57+126+45=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #397E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E2D is #C681D2. Grayscale: #606060. Windows color (decimal): -13009363 or 2981433. OLE color: 2981433.
HSL color Cylindrical-coordinate representation of color #397E2D: hue angle of 111.11º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397E2D is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 45 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.51 |
| HSL | 111.11º | 0.47% | 0.34% | - |
| HSV(B) | 111.11º | 0.64% | 0.49% | - |
| XYZ | 9.62 | 15.98 | 5.06 | - |
| YUV | 96.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 45 | 0.55 | 0 | 0.64 | 0.51 | 111.11 | 0.47 | 0.34 |
| Hex | 39 | 7E | 2D | 37 | 0 | 40 | 33 | 6F | 2F | 22 |
| Octal | 71 | 176 | 55 | 67 | 0 | 100 | 63 | 157 | 57 | 42 |
| Binary | 111001 | 1111110 | 101101 | 110111 | 0 | 1000000 | 110011 | 1101111 | 101111 | 100010 |
Color Harmonies of #397E2D
Complementary color
Monochromatic Colors of #397E2D
Black with #397E2D
Text Example
Text Example
White with #397E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E2D; }
p { color: rgb(57,126,45); }
H1.HeaderClassName
{
color: #397E2D;
}
.AnyTagClassName
{
color: #397E2D;
}
</style>
background-color css
<style>
a { background-color: #397E2D; }
a { background-color: rgb(57,126,45); }
div.DivClassName
{
background-color: #397E2D;
}
.BgClassName
{
background-color: #397E2D;
}
</style>
border-color css
<style>
span { border-color: #397E2D; }
span { border-color: rgb(57,126,45); }
td.TdClassName
{
border-color: #397E2D;
}
.TagClassName
{
border-color: #397E2D;
}
</style>