Shades of Bilbao #368020
Tints of Bilbao #368020
RGB
CMYK
RGB Variations
Color information
#368020 (or 0x368020) is known color: Bilbao. HEX triplet: 36, 80 and 20. RGB value is (54,128,32). Sum of RGB (Red+Green+Blue) = 54+128+32=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #368020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368020 is #C97FDF. Grayscale: #5F5F5F. Windows color (decimal): -13205472 or 2129974. OLE color: 2129974.
HSL color Cylindrical-coordinate representation of color #368020: hue angle of 106.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368020 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 32 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.50 |
| HSL | 106.25º | 0.6% | 0.31% | - |
| HSV(B) | 106.25º | 0.75% | 0.5% | - |
| XYZ | 9.5 | 16.33 | 4.02 | - |
| YUV | 94.93 | 92.48 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 32 | 0.58 | 0 | 0.75 | 0.50 | 106.25 | 0.6 | 0.31 |
| Hex | 36 | 80 | 20 | 3A | 0 | 4B | 32 | 6A | 3C | 1F |
| Octal | 66 | 200 | 40 | 72 | 0 | 113 | 62 | 152 | 74 | 37 |
| Binary | 110110 | 10000000 | 100000 | 111010 | 0 | 1001011 | 110010 | 1101010 | 111100 | 11111 |
Color Harmonies of #368020
Complementary color
Monochromatic Colors of #368020
Black with #368020
Text Example
Text Example
White with #368020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368020; }
p { color: rgb(54,128,32); }
H1.HeaderClassName
{
color: #368020;
}
.AnyTagClassName
{
color: #368020;
}
</style>
background-color css
<style>
a { background-color: #368020; }
a { background-color: rgb(54,128,32); }
div.DivClassName
{
background-color: #368020;
}
.BgClassName
{
background-color: #368020;
}
</style>
border-color css
<style>
span { border-color: #368020; }
span { border-color: rgb(54,128,32); }
td.TdClassName
{
border-color: #368020;
}
.TagClassName
{
border-color: #368020;
}
</style>