Shades of Bilbao #388A0A
Tints of Bilbao #388A0A
RGB
CMYK
RGB Variations
Color information
#388A0A (or 0x388A0A) is known color: Bilbao. HEX triplet: 38, 8A and 0A. RGB value is (56,138,10). Sum of RGB (Red+Green+Blue) = 56+138+10=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #388A0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388A0A is #C775F5. Grayscale: #636363. Windows color (decimal): -13071862 or 690744. OLE color: 690744.
HSL color Cylindrical-coordinate representation of color #388A0A: hue angle of 98.44º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #388A0A is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 10 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.46 |
| HSL | 98.44º | 0.86% | 0.29% | - |
| HSV(B) | 98.44º | 0.93% | 0.54% | - |
| XYZ | 10.77 | 19.04 | 3.39 | - |
| YUV | 98.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 10 | 0.59 | 0 | 0.93 | 0.46 | 98.44 | 0.86 | 0.29 |
| Hex | 38 | 8A | A | 3B | 0 | 5D | 2E | 62 | 56 | 1D |
| Octal | 70 | 212 | 12 | 73 | 0 | 135 | 56 | 142 | 126 | 35 |
| Binary | 111000 | 10001010 | 1010 | 111011 | 0 | 1011101 | 101110 | 1100010 | 1010110 | 11101 |
Color Harmonies of #388A0A
Complementary color
Monochromatic Colors of #388A0A
Black with #388A0A
Text Example
Text Example
White with #388A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A0A; }
p { color: rgb(56,138,10); }
H1.HeaderClassName
{
color: #388A0A;
}
.AnyTagClassName
{
color: #388A0A;
}
</style>
background-color css
<style>
a { background-color: #388A0A; }
a { background-color: rgb(56,138,10); }
div.DivClassName
{
background-color: #388A0A;
}
.BgClassName
{
background-color: #388A0A;
}
</style>
border-color css
<style>
span { border-color: #388A0A; }
span { border-color: rgb(56,138,10); }
td.TdClassName
{
border-color: #388A0A;
}
.TagClassName
{
border-color: #388A0A;
}
</style>