Shades of Bilbao #397E09
Tints of Bilbao #397E09
RGB
CMYK
RGB Variations
Color information
#397E09 (or 0x397E09) is known color: Bilbao. HEX triplet: 39, 7E and 09. RGB value is (57,126,9). Sum of RGB (Red+Green+Blue) = 57+126+9=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 126 (49.61% from 255 or 65.62% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 126 - color contains mainly: green. Hex color #397E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397E09 is #C681F6. Grayscale: #5C5C5C. Windows color (decimal): -13009399 or 622137. OLE color: 622137.
HSL color Cylindrical-coordinate representation of color #397E09: hue angle of 95.38º 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 #397E09 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 9 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.51 |
| HSL | 95.38º | 0.87% | 0.26% | - |
| HSV(B) | 95.38º | 0.93% | 0.49% | - |
| XYZ | 9.2 | 15.81 | 2.83 | - |
| YUV | 92.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 9 | 0.55 | 0 | 0.93 | 0.51 | 95.38 | 0.87 | 0.26 |
| Hex | 39 | 7E | 9 | 37 | 0 | 5D | 33 | 5F | 57 | 1A |
| Octal | 71 | 176 | 11 | 67 | 0 | 135 | 63 | 137 | 127 | 32 |
| Binary | 111001 | 1111110 | 1001 | 110111 | 0 | 1011101 | 110011 | 1011111 | 1010111 | 11010 |
Color Harmonies of #397E09
Complementary color
Monochromatic Colors of #397E09
Black with #397E09
Text Example
Text Example
White with #397E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E09; }
p { color: rgb(57,126,9); }
H1.HeaderClassName
{
color: #397E09;
}
.AnyTagClassName
{
color: #397E09;
}
</style>
background-color css
<style>
a { background-color: #397E09; }
a { background-color: rgb(57,126,9); }
div.DivClassName
{
background-color: #397E09;
}
.BgClassName
{
background-color: #397E09;
}
</style>
border-color css
<style>
span { border-color: #397E09; }
span { border-color: rgb(57,126,9); }
td.TdClassName
{
border-color: #397E09;
}
.TagClassName
{
border-color: #397E09;
}
</style>