Shades of Bilbao #36801C
Tints of Bilbao #36801C
RGB
CMYK
RGB Variations
Color information
#36801C (or 0x36801C) is known color: Bilbao. HEX triplet: 36, 80 and 1C. RGB value is (54,128,28). Sum of RGB (Red+Green+Blue) = 54+128+28=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #36801C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36801C is #C97FE3. Grayscale: #5E5E5E. Windows color (decimal): -13205476 or 1867830. OLE color: 1867830.
HSL color Cylindrical-coordinate representation of color #36801C: hue angle of 104.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36801C is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 28 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.50 |
| HSL | 104.4º | 0.64% | 0.31% | - |
| HSV(B) | 104.4º | 0.78% | 0.5% | - |
| XYZ | 9.45 | 16.31 | 3.75 | - |
| YUV | 94.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 28 | 0.58 | 0 | 0.78 | 0.50 | 104.4 | 0.64 | 0.31 |
| Hex | 36 | 80 | 1C | 3A | 0 | 4E | 32 | 68 | 40 | 1F |
| Octal | 66 | 200 | 34 | 72 | 0 | 116 | 62 | 150 | 100 | 37 |
| Binary | 110110 | 10000000 | 11100 | 111010 | 0 | 1001110 | 110010 | 1101000 | 1000000 | 11111 |
Color Harmonies of #36801C
Complementary color
Monochromatic Colors of #36801C
Black with #36801C
Text Example
Text Example
White with #36801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36801C; }
p { color: rgb(54,128,28); }
H1.HeaderClassName
{
color: #36801C;
}
.AnyTagClassName
{
color: #36801C;
}
</style>
background-color css
<style>
a { background-color: #36801C; }
a { background-color: rgb(54,128,28); }
div.DivClassName
{
background-color: #36801C;
}
.BgClassName
{
background-color: #36801C;
}
</style>
border-color css
<style>
span { border-color: #36801C; }
span { border-color: rgb(54,128,28); }
td.TdClassName
{
border-color: #36801C;
}
.TagClassName
{
border-color: #36801C;
}
</style>