Shades of Bilbao #367C2D
Tints of Bilbao #367C2D
RGB
CMYK
RGB Variations
Color information
#367C2D (or 0x367C2D) is known color: Bilbao. HEX triplet: 36, 7C and 2D. RGB value is (54,124,45). Sum of RGB (Red+Green+Blue) = 54+124+45=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #367C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C2D is #C983D2. Grayscale: #5E5E5E. Windows color (decimal): -13206483 or 2980918. OLE color: 2980918.
HSL color Cylindrical-coordinate representation of color #367C2D: hue angle of 113.16º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367C2D is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 45 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.51 |
| HSL | 113.16º | 0.47% | 0.33% | - |
| HSV(B) | 113.16º | 0.64% | 0.49% | - |
| XYZ | 9.2 | 15.39 | 4.97 | - |
| YUV | 94.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 45 | 0.56 | 0 | 0.64 | 0.51 | 113.16 | 0.47 | 0.33 |
| Hex | 36 | 7C | 2D | 38 | 0 | 40 | 33 | 71 | 2F | 21 |
| Octal | 66 | 174 | 55 | 70 | 0 | 100 | 63 | 161 | 57 | 41 |
| Binary | 110110 | 1111100 | 101101 | 111000 | 0 | 1000000 | 110011 | 1110001 | 101111 | 100001 |
Color Harmonies of #367C2D
Complementary color
Monochromatic Colors of #367C2D
Black with #367C2D
Text Example
Text Example
White with #367C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C2D; }
p { color: rgb(54,124,45); }
H1.HeaderClassName
{
color: #367C2D;
}
.AnyTagClassName
{
color: #367C2D;
}
</style>
background-color css
<style>
a { background-color: #367C2D; }
a { background-color: rgb(54,124,45); }
div.DivClassName
{
background-color: #367C2D;
}
.BgClassName
{
background-color: #367C2D;
}
</style>
border-color css
<style>
span { border-color: #367C2D; }
span { border-color: rgb(54,124,45); }
td.TdClassName
{
border-color: #367C2D;
}
.TagClassName
{
border-color: #367C2D;
}
</style>