Shades of Bilbao #39820D
Tints of Bilbao #39820D
RGB
CMYK
RGB Variations
Color information
#39820D (or 0x39820D) is known color: Bilbao. HEX triplet: 39, 82 and 0D. RGB value is (57,130,13). Sum of RGB (Red+Green+Blue) = 57+130+13=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #39820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39820D is #C67DF2. Grayscale: #5F5F5F. Windows color (decimal): -13008371 or 885305. OLE color: 885305.
HSL color Cylindrical-coordinate representation of color #39820D: hue angle of 97.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39820D is Cyan = 0.56, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 13 | - |
| CMYK | 0.56 | 0 | 0.9 | 0.49 |
| HSL | 97.44º | 0.82% | 0.28% | - |
| HSV(B) | 97.44º | 0.9% | 0.51% | - |
| XYZ | 9.74 | 16.86 | 3.12 | - |
| YUV | 94.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 13 | 0.56 | 0 | 0.9 | 0.49 | 97.44 | 0.82 | 0.28 |
| Hex | 39 | 82 | D | 38 | 0 | 5A | 31 | 61 | 52 | 1C |
| Octal | 71 | 202 | 15 | 70 | 0 | 132 | 61 | 141 | 122 | 34 |
| Binary | 111001 | 10000010 | 1101 | 111000 | 0 | 1011010 | 110001 | 1100001 | 1010010 | 11100 |
Color Harmonies of #39820D
Complementary color
Monochromatic Colors of #39820D
Black with #39820D
Text Example
Text Example
White with #39820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39820D; }
p { color: rgb(57,130,13); }
H1.HeaderClassName
{
color: #39820D;
}
.AnyTagClassName
{
color: #39820D;
}
</style>
background-color css
<style>
a { background-color: #39820D; }
a { background-color: rgb(57,130,13); }
div.DivClassName
{
background-color: #39820D;
}
.BgClassName
{
background-color: #39820D;
}
</style>
border-color css
<style>
span { border-color: #39820D; }
span { border-color: rgb(57,130,13); }
td.TdClassName
{
border-color: #39820D;
}
.TagClassName
{
border-color: #39820D;
}
</style>