Shades of Bilbao #388828
Tints of Bilbao #388828
RGB
CMYK
RGB Variations
Color information
#388828 (or 0x388828) is known color: Bilbao. HEX triplet: 38, 88 and 28. RGB value is (56,136,40). Sum of RGB (Red+Green+Blue) = 56+136+40=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #388828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388828 is #C777D7. Grayscale: #656565. Windows color (decimal): -13072344 or 2656312. OLE color: 2656312.
HSL color Cylindrical-coordinate representation of color #388828: hue angle of 110º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #388828 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 40 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.47 |
| HSL | 110º | 0.55% | 0.35% | - |
| HSV(B) | 110º | 0.71% | 0.53% | - |
| XYZ | 10.82 | 18.6 | 5.03 | - |
| YUV | 101.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 40 | 0.59 | 0 | 0.71 | 0.47 | 110 | 0.55 | 0.35 |
| Hex | 38 | 88 | 28 | 3B | 0 | 47 | 2F | 6E | 37 | 23 |
| Octal | 70 | 210 | 50 | 73 | 0 | 107 | 57 | 156 | 67 | 43 |
| Binary | 111000 | 10001000 | 101000 | 111011 | 0 | 1000111 | 101111 | 1101110 | 110111 | 100011 |
Color Harmonies of #388828
Complementary color
Monochromatic Colors of #388828
Black with #388828
Text Example
Text Example
White with #388828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388828; }
p { color: rgb(56,136,40); }
H1.HeaderClassName
{
color: #388828;
}
.AnyTagClassName
{
color: #388828;
}
</style>
background-color css
<style>
a { background-color: #388828; }
a { background-color: rgb(56,136,40); }
div.DivClassName
{
background-color: #388828;
}
.BgClassName
{
background-color: #388828;
}
</style>
border-color css
<style>
span { border-color: #388828; }
span { border-color: rgb(56,136,40); }
td.TdClassName
{
border-color: #388828;
}
.TagClassName
{
border-color: #388828;
}
</style>