Shades of Bilbao #388800
Tints of Bilbao #388800
RGB
CMYK
RGB Variations
Color information
#388800 (or 0x388800) is known color: Bilbao. HEX triplet: 38, 88 and 00. RGB value is (56,136,0). Sum of RGB (Red+Green+Blue) = 56+136+0=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #388800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388800 is #C777FF. Grayscale: #616161. Windows color (decimal): -13072384 or 34872. OLE color: 34872.
HSL color Cylindrical-coordinate representation of color #388800: hue angle of 95.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #388800 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.47 |
| HSL | 95.29º | 1% | 0.27% | - |
| HSV(B) | 95.29º | 1% | 0.53% | - |
| XYZ | 10.44 | 18.45 | 3.01 | - |
| YUV | 96.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 0 | 0.59 | 0 | 1 | 0.47 | 95.29 | 1 | 0.27 |
| Hex | 38 | 88 | 0 | 3B | 0 | 64 | 2F | 5F | 64 | 1B |
| Octal | 70 | 210 | 0 | 73 | 0 | 144 | 57 | 137 | 144 | 33 |
| Binary | 111000 | 10001000 | 0 | 111011 | 0 | 1100100 | 101111 | 1011111 | 1100100 | 11011 |
Color Harmonies of #388800
Complementary color
Monochromatic Colors of #388800
Black with #388800
Text Example
Text Example
White with #388800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388800; }
p { color: rgb(56,136,0); }
H1.HeaderClassName
{
color: #388800;
}
.AnyTagClassName
{
color: #388800;
}
</style>
background-color css
<style>
a { background-color: #388800; }
a { background-color: rgb(56,136,0); }
div.DivClassName
{
background-color: #388800;
}
.BgClassName
{
background-color: #388800;
}
</style>
border-color css
<style>
span { border-color: #388800; }
span { border-color: rgb(56,136,0); }
td.TdClassName
{
border-color: #388800;
}
.TagClassName
{
border-color: #388800;
}
</style>