Shades of Bilbao #39721D
Tints of Bilbao #39721D
RGB
CMYK
RGB Variations
Color information
#39721D (or 0x39721D) is known color: Bilbao. HEX triplet: 39, 72 and 1D. RGB value is (57,114,29). Sum of RGB (Red+Green+Blue) = 57+114+29=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #39721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39721D is #C68DE2. Grayscale: #575757. Windows color (decimal): -13012451 or 1929785. OLE color: 1929785.
HSL color Cylindrical-coordinate representation of color #39721D: hue angle of 100.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39721D is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 29 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.55 |
| HSL | 100.24º | 0.59% | 0.28% | - |
| HSV(B) | 100.24º | 0.75% | 0.45% | - |
| XYZ | 7.93 | 12.99 | 3.25 | - |
| YUV | 87.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 29 | 0.50 | 0 | 0.75 | 0.55 | 100.24 | 0.59 | 0.28 |
| Hex | 39 | 72 | 1D | 32 | 0 | 4B | 37 | 64 | 3B | 1C |
| Octal | 71 | 162 | 35 | 62 | 0 | 113 | 67 | 144 | 73 | 34 |
| Binary | 111001 | 1110010 | 11101 | 110010 | 0 | 1001011 | 110111 | 1100100 | 111011 | 11100 |
Color Harmonies of #39721D
Complementary color
Monochromatic Colors of #39721D
Black with #39721D
Text Example
Text Example
White with #39721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39721D; }
p { color: rgb(57,114,29); }
H1.HeaderClassName
{
color: #39721D;
}
.AnyTagClassName
{
color: #39721D;
}
</style>
background-color css
<style>
a { background-color: #39721D; }
a { background-color: rgb(57,114,29); }
div.DivClassName
{
background-color: #39721D;
}
.BgClassName
{
background-color: #39721D;
}
</style>
border-color css
<style>
span { border-color: #39721D; }
span { border-color: rgb(57,114,29); }
td.TdClassName
{
border-color: #39721D;
}
.TagClassName
{
border-color: #39721D;
}
</style>