Shades of Bilbao #38772E
Tints of Bilbao #38772E
RGB
CMYK
RGB Variations
Color information
#38772E (or 0x38772E) is known color: Bilbao. HEX triplet: 38, 77 and 2E. RGB value is (56,119,46). Sum of RGB (Red+Green+Blue) = 56+119+46=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #38772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38772E is #C788D1. Grayscale: #5C5C5C. Windows color (decimal): -13076690 or 3045176. OLE color: 3045176.
HSL color Cylindrical-coordinate representation of color #38772E: hue angle of 111.78º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38772E is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 46 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.53 |
| HSL | 111.78º | 0.44% | 0.32% | - |
| HSV(B) | 111.78º | 0.61% | 0.47% | - |
| XYZ | 8.72 | 14.23 | 4.87 | - |
| YUV | 91.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 46 | 0.53 | 0 | 0.61 | 0.53 | 111.78 | 0.44 | 0.32 |
| Hex | 38 | 77 | 2E | 35 | 0 | 3D | 35 | 70 | 2C | 20 |
| Octal | 70 | 167 | 56 | 65 | 0 | 75 | 65 | 160 | 54 | 40 |
| Binary | 111000 | 1110111 | 101110 | 110101 | 0 | 111101 | 110101 | 1110000 | 101100 | 100000 |
Color Harmonies of #38772E
Complementary color
Monochromatic Colors of #38772E
Black with #38772E
Text Example
Text Example
White with #38772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38772E; }
p { color: rgb(56,119,46); }
H1.HeaderClassName
{
color: #38772E;
}
.AnyTagClassName
{
color: #38772E;
}
</style>
background-color css
<style>
a { background-color: #38772E; }
a { background-color: rgb(56,119,46); }
div.DivClassName
{
background-color: #38772E;
}
.BgClassName
{
background-color: #38772E;
}
</style>
border-color css
<style>
span { border-color: #38772E; }
span { border-color: rgb(56,119,46); }
td.TdClassName
{
border-color: #38772E;
}
.TagClassName
{
border-color: #38772E;
}
</style>