Shades of Bilbao #36741A
Tints of Bilbao #36741A
RGB
CMYK
RGB Variations
Color information
#36741A (or 0x36741A) is known color: Bilbao. HEX triplet: 36, 74 and 1A. RGB value is (54,116,26). Sum of RGB (Red+Green+Blue) = 54+116+26=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #36741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36741A is #C98BE5. Grayscale: #575757. Windows color (decimal): -13208550 or 1733686. OLE color: 1733686.
HSL color Cylindrical-coordinate representation of color #36741A: hue angle of 101.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36741A is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 26 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.55 |
| HSL | 101.33º | 0.63% | 0.28% | - |
| HSV(B) | 101.33º | 0.78% | 0.45% | - |
| XYZ | 7.95 | 13.35 | 3.13 | - |
| YUV | 87.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 26 | 0.53 | 0 | 0.78 | 0.55 | 101.33 | 0.63 | 0.28 |
| Hex | 36 | 74 | 1A | 35 | 0 | 4E | 37 | 65 | 3F | 1C |
| Octal | 66 | 164 | 32 | 65 | 0 | 116 | 67 | 145 | 77 | 34 |
| Binary | 110110 | 1110100 | 11010 | 110101 | 0 | 1001110 | 110111 | 1100101 | 111111 | 11100 |
Color Harmonies of #36741A
Complementary color
Monochromatic Colors of #36741A
Black with #36741A
Text Example
Text Example
White with #36741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36741A; }
p { color: rgb(54,116,26); }
H1.HeaderClassName
{
color: #36741A;
}
.AnyTagClassName
{
color: #36741A;
}
</style>
background-color css
<style>
a { background-color: #36741A; }
a { background-color: rgb(54,116,26); }
div.DivClassName
{
background-color: #36741A;
}
.BgClassName
{
background-color: #36741A;
}
</style>
border-color css
<style>
span { border-color: #36741A; }
span { border-color: rgb(54,116,26); }
td.TdClassName
{
border-color: #36741A;
}
.TagClassName
{
border-color: #36741A;
}
</style>