Shades of Bilbao #36802C
Tints of Bilbao #36802C
RGB
CMYK
RGB Variations
Color information
#36802C (or 0x36802C) is known color: Bilbao. HEX triplet: 36, 80 and 2C. RGB value is (54,128,44). Sum of RGB (Red+Green+Blue) = 54+128+44=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #36802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36802C is #C97FD3. Grayscale: #606060. Windows color (decimal): -13205460 or 2916406. OLE color: 2916406.
HSL color Cylindrical-coordinate representation of color #36802C: hue angle of 112.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36802C is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 44 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.50 |
| HSL | 112.86º | 0.49% | 0.34% | - |
| HSV(B) | 112.86º | 0.66% | 0.5% | - |
| XYZ | 9.7 | 16.4 | 5.04 | - |
| YUV | 96.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 44 | 0.58 | 0 | 0.66 | 0.50 | 112.86 | 0.49 | 0.34 |
| Hex | 36 | 80 | 2C | 3A | 0 | 42 | 32 | 71 | 31 | 22 |
| Octal | 66 | 200 | 54 | 72 | 0 | 102 | 62 | 161 | 61 | 42 |
| Binary | 110110 | 10000000 | 101100 | 111010 | 0 | 1000010 | 110010 | 1110001 | 110001 | 100010 |
Color Harmonies of #36802C
Complementary color
Monochromatic Colors of #36802C
Black with #36802C
Text Example
Text Example
White with #36802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36802C; }
p { color: rgb(54,128,44); }
H1.HeaderClassName
{
color: #36802C;
}
.AnyTagClassName
{
color: #36802C;
}
</style>
background-color css
<style>
a { background-color: #36802C; }
a { background-color: rgb(54,128,44); }
div.DivClassName
{
background-color: #36802C;
}
.BgClassName
{
background-color: #36802C;
}
</style>
border-color css
<style>
span { border-color: #36802C; }
span { border-color: rgb(54,128,44); }
td.TdClassName
{
border-color: #36802C;
}
.TagClassName
{
border-color: #36802C;
}
</style>