Shades of Bilbao #397500
Tints of Bilbao #397500
RGB
CMYK
RGB Variations
Color information
#397500 (or 0x397500) is known color: Bilbao. HEX triplet: 39, 75 and 00. RGB value is (57,117,0). Sum of RGB (Red+Green+Blue) = 57+117+0=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #397500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397500 is #C68AFF. Grayscale: #565656. Windows color (decimal): -13011712 or 30009. OLE color: 30009.
HSL color Cylindrical-coordinate representation of color #397500: hue angle of 90.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #397500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.54 |
| HSL | 90.77º | 1% | 0.23% | - |
| HSV(B) | 90.77º | 1% | 0.46% | - |
| XYZ | 8.05 | 13.59 | 2.2 | - |
| YUV | 85.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 0 | 0.51 | 0 | 1 | 0.54 | 90.77 | 1 | 0.23 |
| Hex | 39 | 75 | 0 | 33 | 0 | 64 | 36 | 5B | 64 | 17 |
| Octal | 71 | 165 | 0 | 63 | 0 | 144 | 66 | 133 | 144 | 27 |
| Binary | 111001 | 1110101 | 0 | 110011 | 0 | 1100100 | 110110 | 1011011 | 1100100 | 10111 |
Color Harmonies of #397500
Complementary color
Monochromatic Colors of #397500
Black with #397500
Text Example
Text Example
White with #397500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397500; }
p { color: rgb(57,117,0); }
H1.HeaderClassName
{
color: #397500;
}
.AnyTagClassName
{
color: #397500;
}
</style>
background-color css
<style>
a { background-color: #397500; }
a { background-color: rgb(57,117,0); }
div.DivClassName
{
background-color: #397500;
}
.BgClassName
{
background-color: #397500;
}
</style>
border-color css
<style>
span { border-color: #397500; }
span { border-color: rgb(57,117,0); }
td.TdClassName
{
border-color: #397500;
}
.TagClassName
{
border-color: #397500;
}
</style>