Shades of Bilbao #398212
Tints of Bilbao #398212
RGB
CMYK
RGB Variations
Color information
#398212 (or 0x398212) is known color: Bilbao. HEX triplet: 39, 82 and 12. RGB value is (57,130,18). Sum of RGB (Red+Green+Blue) = 57+130+18=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #398212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398212 is #C67DED. Grayscale: #5F5F5F. Windows color (decimal): -13008366 or 1212985. OLE color: 1212985.
HSL color Cylindrical-coordinate representation of color #398212: hue angle of 99.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #398212 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 18 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.49 |
| HSL | 99.11º | 0.76% | 0.29% | - |
| HSV(B) | 99.11º | 0.86% | 0.51% | - |
| XYZ | 9.78 | 16.88 | 3.31 | - |
| YUV | 95.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 18 | 0.56 | 0 | 0.86 | 0.49 | 99.11 | 0.76 | 0.29 |
| Hex | 39 | 82 | 12 | 38 | 0 | 56 | 31 | 63 | 4C | 1D |
| Octal | 71 | 202 | 22 | 70 | 0 | 126 | 61 | 143 | 114 | 35 |
| Binary | 111001 | 10000010 | 10010 | 111000 | 0 | 1010110 | 110001 | 1100011 | 1001100 | 11101 |
Color Harmonies of #398212
Complementary color
Monochromatic Colors of #398212
Black with #398212
Text Example
Text Example
White with #398212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398212; }
p { color: rgb(57,130,18); }
H1.HeaderClassName
{
color: #398212;
}
.AnyTagClassName
{
color: #398212;
}
</style>
background-color css
<style>
a { background-color: #398212; }
a { background-color: rgb(57,130,18); }
div.DivClassName
{
background-color: #398212;
}
.BgClassName
{
background-color: #398212;
}
</style>
border-color css
<style>
span { border-color: #398212; }
span { border-color: rgb(57,130,18); }
td.TdClassName
{
border-color: #398212;
}
.TagClassName
{
border-color: #398212;
}
</style>