Shades of Bilbao #397D09
Tints of Bilbao #397D09
RGB
CMYK
RGB Variations
Color information
#397D09 (or 0x397D09) is known color: Bilbao. HEX triplet: 39, 7D and 09. RGB value is (57,125,9). Sum of RGB (Red+Green+Blue) = 57+125+9=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #397D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D09 is #C682F6. Grayscale: #5B5B5B. Windows color (decimal): -13009655 or 621881. OLE color: 621881.
HSL color Cylindrical-coordinate representation of color #397D09: hue angle of 95.17º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #397D09 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 125 | 9 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.51 |
| HSL | 95.17º | 0.87% | 0.26% | - |
| HSV(B) | 95.17º | 0.93% | 0.49% | - |
| XYZ | 9.07 | 15.56 | 2.78 | - |
| YUV | 91.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 9 | 0.54 | 0 | 0.93 | 0.51 | 95.17 | 0.87 | 0.26 |
| Hex | 39 | 7D | 9 | 36 | 0 | 5D | 33 | 5F | 57 | 1A |
| Octal | 71 | 175 | 11 | 66 | 0 | 135 | 63 | 137 | 127 | 32 |
| Binary | 111001 | 1111101 | 1001 | 110110 | 0 | 1011101 | 110011 | 1011111 | 1010111 | 11010 |
Color Harmonies of #397D09
Complementary color
Monochromatic Colors of #397D09
Black with #397D09
Text Example
Text Example
White with #397D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D09; }
p { color: rgb(57,125,9); }
H1.HeaderClassName
{
color: #397D09;
}
.AnyTagClassName
{
color: #397D09;
}
</style>
background-color css
<style>
a { background-color: #397D09; }
a { background-color: rgb(57,125,9); }
div.DivClassName
{
background-color: #397D09;
}
.BgClassName
{
background-color: #397D09;
}
</style>
border-color css
<style>
span { border-color: #397D09; }
span { border-color: rgb(57,125,9); }
td.TdClassName
{
border-color: #397D09;
}
.TagClassName
{
border-color: #397D09;
}
</style>