Shades of Bilbao #368212
Tints of Bilbao #368212
RGB
CMYK
RGB Variations
Color information
#368212 (or 0x368212) is known color: Bilbao. HEX triplet: 36, 82 and 12. RGB value is (54,130,18). Sum of RGB (Red+Green+Blue) = 54+130+18=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #368212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368212 is #C97DED. Grayscale: #5E5E5E. Windows color (decimal): -13204974 or 1212982. OLE color: 1212982.
HSL color Cylindrical-coordinate representation of color #368212: hue angle of 100.71º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #368212 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 18 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.49 |
| HSL | 100.71º | 0.76% | 0.29% | - |
| HSV(B) | 100.71º | 0.86% | 0.51% | - |
| XYZ | 9.61 | 16.79 | 3.31 | - |
| YUV | 94.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 18 | 0.58 | 0 | 0.86 | 0.49 | 100.71 | 0.76 | 0.29 |
| Hex | 36 | 82 | 12 | 3A | 0 | 56 | 31 | 65 | 4C | 1D |
| Octal | 66 | 202 | 22 | 72 | 0 | 126 | 61 | 145 | 114 | 35 |
| Binary | 110110 | 10000010 | 10010 | 111010 | 0 | 1010110 | 110001 | 1100101 | 1001100 | 11101 |
Color Harmonies of #368212
Complementary color
Monochromatic Colors of #368212
Black with #368212
Text Example
Text Example
White with #368212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368212; }
p { color: rgb(54,130,18); }
H1.HeaderClassName
{
color: #368212;
}
.AnyTagClassName
{
color: #368212;
}
</style>
background-color css
<style>
a { background-color: #368212; }
a { background-color: rgb(54,130,18); }
div.DivClassName
{
background-color: #368212;
}
.BgClassName
{
background-color: #368212;
}
</style>
border-color css
<style>
span { border-color: #368212; }
span { border-color: rgb(54,130,18); }
td.TdClassName
{
border-color: #368212;
}
.TagClassName
{
border-color: #368212;
}
</style>