Shades of Bilbao #36741D
Tints of Bilbao #36741D
RGB
CMYK
RGB Variations
Color information
#36741D (or 0x36741D) is known color: Bilbao. HEX triplet: 36, 74 and 1D. RGB value is (54,116,29). Sum of RGB (Red+Green+Blue) = 54+116+29=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #36741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36741D is #C98BE2. Grayscale: #575757. Windows color (decimal): -13208547 or 1930294. OLE color: 1930294.
HSL color Cylindrical-coordinate representation of color #36741D: hue angle of 102.76º degrees, saturation: 0.6, 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 #36741D is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 29 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.55 |
| HSL | 102.76º | 0.6% | 0.28% | - |
| HSV(B) | 102.76º | 0.75% | 0.45% | - |
| XYZ | 7.99 | 13.36 | 3.32 | - |
| YUV | 87.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 29 | 0.53 | 0 | 0.75 | 0.55 | 102.76 | 0.6 | 0.28 |
| Hex | 36 | 74 | 1D | 35 | 0 | 4B | 37 | 67 | 3C | 1C |
| Octal | 66 | 164 | 35 | 65 | 0 | 113 | 67 | 147 | 74 | 34 |
| Binary | 110110 | 1110100 | 11101 | 110101 | 0 | 1001011 | 110111 | 1100111 | 111100 | 11100 |
Color Harmonies of #36741D
Complementary color
Monochromatic Colors of #36741D
Black with #36741D
Text Example
Text Example
White with #36741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36741D; }
p { color: rgb(54,116,29); }
H1.HeaderClassName
{
color: #36741D;
}
.AnyTagClassName
{
color: #36741D;
}
</style>
background-color css
<style>
a { background-color: #36741D; }
a { background-color: rgb(54,116,29); }
div.DivClassName
{
background-color: #36741D;
}
.BgClassName
{
background-color: #36741D;
}
</style>
border-color css
<style>
span { border-color: #36741D; }
span { border-color: rgb(54,116,29); }
td.TdClassName
{
border-color: #36741D;
}
.TagClassName
{
border-color: #36741D;
}
</style>