Shades of Bilbao #38772B
Tints of Bilbao #38772B
RGB
CMYK
RGB Variations
Color information
#38772B (or 0x38772B) is known color: Bilbao. HEX triplet: 38, 77 and 2B. RGB value is (56,119,43). Sum of RGB (Red+Green+Blue) = 56+119+43=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #38772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38772B is #C788D4. Grayscale: #5B5B5B. Windows color (decimal): -13076693 or 2848568. OLE color: 2848568.
HSL color Cylindrical-coordinate representation of color #38772B: hue angle of 109.74º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38772B is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 43 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.53 |
| HSL | 109.74º | 0.47% | 0.32% | - |
| HSV(B) | 109.74º | 0.64% | 0.47% | - |
| XYZ | 8.66 | 14.21 | 4.57 | - |
| YUV | 91.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 43 | 0.53 | 0 | 0.64 | 0.53 | 109.74 | 0.47 | 0.32 |
| Hex | 38 | 77 | 2B | 35 | 0 | 40 | 35 | 6E | 2F | 20 |
| Octal | 70 | 167 | 53 | 65 | 0 | 100 | 65 | 156 | 57 | 40 |
| Binary | 111000 | 1110111 | 101011 | 110101 | 0 | 1000000 | 110101 | 1101110 | 101111 | 100000 |
Color Harmonies of #38772B
Complementary color
Monochromatic Colors of #38772B
Black with #38772B
Text Example
Text Example
White with #38772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38772B; }
p { color: rgb(56,119,43); }
H1.HeaderClassName
{
color: #38772B;
}
.AnyTagClassName
{
color: #38772B;
}
</style>
background-color css
<style>
a { background-color: #38772B; }
a { background-color: rgb(56,119,43); }
div.DivClassName
{
background-color: #38772B;
}
.BgClassName
{
background-color: #38772B;
}
</style>
border-color css
<style>
span { border-color: #38772B; }
span { border-color: rgb(56,119,43); }
td.TdClassName
{
border-color: #38772B;
}
.TagClassName
{
border-color: #38772B;
}
</style>