Shades of Bilbao #39850A
Tints of Bilbao #39850A
RGB
CMYK
RGB Variations
Color information
#39850A (or 0x39850A) is known color: Bilbao. HEX triplet: 39, 85 and 0A. RGB value is (57,133,10). Sum of RGB (Red+Green+Blue) = 57+133+10=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #39850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39850A is #C67AF5. Grayscale: #606060. Windows color (decimal): -13007606 or 689465. OLE color: 689465.
HSL color Cylindrical-coordinate representation of color #39850A: hue angle of 97.07º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39850A is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 10 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.48 |
| HSL | 97.07º | 0.86% | 0.28% | - |
| HSV(B) | 97.07º | 0.92% | 0.52% | - |
| XYZ | 10.13 | 17.67 | 3.16 | - |
| YUV | 96.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 10 | 0.57 | 0 | 0.92 | 0.48 | 97.07 | 0.86 | 0.28 |
| Hex | 39 | 85 | A | 39 | 0 | 5C | 30 | 61 | 56 | 1C |
| Octal | 71 | 205 | 12 | 71 | 0 | 134 | 60 | 141 | 126 | 34 |
| Binary | 111001 | 10000101 | 1010 | 111001 | 0 | 1011100 | 110000 | 1100001 | 1010110 | 11100 |
Color Harmonies of #39850A
Complementary color
Monochromatic Colors of #39850A
Black with #39850A
Text Example
Text Example
White with #39850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39850A; }
p { color: rgb(57,133,10); }
H1.HeaderClassName
{
color: #39850A;
}
.AnyTagClassName
{
color: #39850A;
}
</style>
background-color css
<style>
a { background-color: #39850A; }
a { background-color: rgb(57,133,10); }
div.DivClassName
{
background-color: #39850A;
}
.BgClassName
{
background-color: #39850A;
}
</style>
border-color css
<style>
span { border-color: #39850A; }
span { border-color: rgb(57,133,10); }
td.TdClassName
{
border-color: #39850A;
}
.TagClassName
{
border-color: #39850A;
}
</style>