Shades of Bilbao #39850D
Tints of Bilbao #39850D
RGB
CMYK
RGB Variations
Color information
#39850D (or 0x39850D) is known color: Bilbao. HEX triplet: 39, 85 and 0D. RGB value is (57,133,13). Sum of RGB (Red+Green+Blue) = 57+133+13=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #39850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39850D is #C67AF2. Grayscale: #616161. Windows color (decimal): -13007603 or 886073. OLE color: 886073.
HSL color Cylindrical-coordinate representation of color #39850D: hue angle of 98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39850D is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 13 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.48 |
| HSL | 98º | 0.82% | 0.29% | - |
| HSV(B) | 98º | 0.9% | 0.52% | - |
| XYZ | 10.15 | 17.67 | 3.26 | - |
| YUV | 96.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 13 | 0.57 | 0 | 0.90 | 0.48 | 98 | 0.82 | 0.29 |
| Hex | 39 | 85 | D | 39 | 0 | 5A | 30 | 62 | 52 | 1D |
| Octal | 71 | 205 | 15 | 71 | 0 | 132 | 60 | 142 | 122 | 35 |
| Binary | 111001 | 10000101 | 1101 | 111001 | 0 | 1011010 | 110000 | 1100010 | 1010010 | 11101 |
Color Harmonies of #39850D
Complementary color
Monochromatic Colors of #39850D
Black with #39850D
Text Example
Text Example
White with #39850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39850D; }
p { color: rgb(57,133,13); }
H1.HeaderClassName
{
color: #39850D;
}
.AnyTagClassName
{
color: #39850D;
}
</style>
background-color css
<style>
a { background-color: #39850D; }
a { background-color: rgb(57,133,13); }
div.DivClassName
{
background-color: #39850D;
}
.BgClassName
{
background-color: #39850D;
}
</style>
border-color css
<style>
span { border-color: #39850D; }
span { border-color: rgb(57,133,13); }
td.TdClassName
{
border-color: #39850D;
}
.TagClassName
{
border-color: #39850D;
}
</style>