Shades of Bilbao #386E13
Tints of Bilbao #386E13
RGB
CMYK
RGB Variations
Color information
#386E13 (or 0x386E13) is known color: Bilbao. HEX triplet: 38, 6E and 13. RGB value is (56,110,19). Sum of RGB (Red+Green+Blue) = 56+110+19=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #386E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386E13 is #C791EC. Grayscale: #535353. Windows color (decimal): -13079021 or 1273400. OLE color: 1273400.
HSL color Cylindrical-coordinate representation of color #386E13: hue angle of 95.6º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #386E13 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 19 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.57 |
| HSL | 95.6º | 0.71% | 0.25% | - |
| HSV(B) | 95.6º | 0.83% | 0.43% | - |
| XYZ | 7.32 | 12.04 | 2.55 | - |
| YUV | 83.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 19 | 0.49 | 0 | 0.83 | 0.57 | 95.6 | 0.71 | 0.25 |
| Hex | 38 | 6E | 13 | 31 | 0 | 53 | 39 | 60 | 47 | 19 |
| Octal | 70 | 156 | 23 | 61 | 0 | 123 | 71 | 140 | 107 | 31 |
| Binary | 111000 | 1101110 | 10011 | 110001 | 0 | 1010011 | 111001 | 1100000 | 1000111 | 11001 |
Color Harmonies of #386E13
Complementary color
Monochromatic Colors of #386E13
Black with #386E13
Text Example
Text Example
White with #386E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E13; }
p { color: rgb(56,110,19); }
H1.HeaderClassName
{
color: #386E13;
}
.AnyTagClassName
{
color: #386E13;
}
</style>
background-color css
<style>
a { background-color: #386E13; }
a { background-color: rgb(56,110,19); }
div.DivClassName
{
background-color: #386E13;
}
.BgClassName
{
background-color: #386E13;
}
</style>
border-color css
<style>
span { border-color: #386E13; }
span { border-color: rgb(56,110,19); }
td.TdClassName
{
border-color: #386E13;
}
.TagClassName
{
border-color: #386E13;
}
</style>