Shades of Bilbao #397E06
Tints of Bilbao #397E06
RGB
CMYK
RGB Variations
Color information
#397E06 (or 0x397E06) is known color: Bilbao. HEX triplet: 39, 7E and 06. RGB value is (57,126,6). Sum of RGB (Red+Green+Blue) = 57+126+6=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 126 (49.61% from 255 or 66.67% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 126 - color contains mainly: green. Hex color #397E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397E06 is #C681F9. Grayscale: #5C5C5C. Windows color (decimal): -13009402 or 425529. OLE color: 425529.
HSL color Cylindrical-coordinate representation of color #397E06: hue angle of 94.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #397E06 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 6 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.51 |
| HSL | 94.5º | 0.91% | 0.26% | - |
| HSV(B) | 94.5º | 0.95% | 0.49% | - |
| XYZ | 9.18 | 15.8 | 2.74 | - |
| YUV | 91.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 6 | 0.55 | 0 | 0.95 | 0.51 | 94.5 | 0.91 | 0.26 |
| Hex | 39 | 7E | 6 | 37 | 0 | 5F | 33 | 5E | 5B | 1A |
| Octal | 71 | 176 | 6 | 67 | 0 | 137 | 63 | 136 | 133 | 32 |
| Binary | 111001 | 1111110 | 110 | 110111 | 0 | 1011111 | 110011 | 1011110 | 1011011 | 11010 |
Color Harmonies of #397E06
Complementary color
Monochromatic Colors of #397E06
Black with #397E06
Text Example
Text Example
White with #397E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E06; }
p { color: rgb(57,126,6); }
H1.HeaderClassName
{
color: #397E06;
}
.AnyTagClassName
{
color: #397E06;
}
</style>
background-color css
<style>
a { background-color: #397E06; }
a { background-color: rgb(57,126,6); }
div.DivClassName
{
background-color: #397E06;
}
.BgClassName
{
background-color: #397E06;
}
</style>
border-color css
<style>
span { border-color: #397E06; }
span { border-color: rgb(57,126,6); }
td.TdClassName
{
border-color: #397E06;
}
.TagClassName
{
border-color: #397E06;
}
</style>