Shades of Bilbao #397E1A
Tints of Bilbao #397E1A
RGB
CMYK
RGB Variations
Color information
#397E1A (or 0x397E1A) is known color: Bilbao. HEX triplet: 39, 7E and 1A. RGB value is (57,126,26). Sum of RGB (Red+Green+Blue) = 57+126+26=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #397E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E1A is #C681E5. Grayscale: #5E5E5E. Windows color (decimal): -13009382 or 1736249. OLE color: 1736249.
HSL color Cylindrical-coordinate representation of color #397E1A: hue angle of 101.4º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #397E1A is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 26 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.51 |
| HSL | 101.4º | 0.66% | 0.3% | - |
| HSV(B) | 101.4º | 0.79% | 0.49% | - |
| XYZ | 9.33 | 15.87 | 3.55 | - |
| YUV | 93.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 26 | 0.55 | 0 | 0.79 | 0.51 | 101.4 | 0.66 | 0.3 |
| Hex | 39 | 7E | 1A | 37 | 0 | 4F | 33 | 65 | 42 | 1E |
| Octal | 71 | 176 | 32 | 67 | 0 | 117 | 63 | 145 | 102 | 36 |
| Binary | 111001 | 1111110 | 11010 | 110111 | 0 | 1001111 | 110011 | 1100101 | 1000010 | 11110 |
Color Harmonies of #397E1A
Complementary color
Monochromatic Colors of #397E1A
Black with #397E1A
Text Example
Text Example
White with #397E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E1A; }
p { color: rgb(57,126,26); }
H1.HeaderClassName
{
color: #397E1A;
}
.AnyTagClassName
{
color: #397E1A;
}
</style>
background-color css
<style>
a { background-color: #397E1A; }
a { background-color: rgb(57,126,26); }
div.DivClassName
{
background-color: #397E1A;
}
.BgClassName
{
background-color: #397E1A;
}
</style>
border-color css
<style>
span { border-color: #397E1A; }
span { border-color: rgb(57,126,26); }
td.TdClassName
{
border-color: #397E1A;
}
.TagClassName
{
border-color: #397E1A;
}
</style>