Shades of Bilbao #386F18
Tints of Bilbao #386F18
RGB
CMYK
RGB Variations
Color information
#386F18 (or 0x386F18) is known color: Bilbao. HEX triplet: 38, 6F and 18. RGB value is (56,111,24). Sum of RGB (Red+Green+Blue) = 56+111+24=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #386F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F18 is #C790E7. Grayscale: #545454. Windows color (decimal): -13078760 or 1601336. OLE color: 1601336.
HSL color Cylindrical-coordinate representation of color #386F18: hue angle of 97.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386F18 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 24 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.56 |
| HSL | 97.93º | 0.64% | 0.26% | - |
| HSV(B) | 97.93º | 0.78% | 0.44% | - |
| XYZ | 7.48 | 12.28 | 2.84 | - |
| YUV | 84.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 24 | 0.50 | 0 | 0.78 | 0.56 | 97.93 | 0.64 | 0.26 |
| Hex | 38 | 6F | 18 | 32 | 0 | 4E | 38 | 62 | 40 | 1A |
| Octal | 70 | 157 | 30 | 62 | 0 | 116 | 70 | 142 | 100 | 32 |
| Binary | 111000 | 1101111 | 11000 | 110010 | 0 | 1001110 | 111000 | 1100010 | 1000000 | 11010 |
Color Harmonies of #386F18
Complementary color
Monochromatic Colors of #386F18
Black with #386F18
Text Example
Text Example
White with #386F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F18; }
p { color: rgb(56,111,24); }
H1.HeaderClassName
{
color: #386F18;
}
.AnyTagClassName
{
color: #386F18;
}
</style>
background-color css
<style>
a { background-color: #386F18; }
a { background-color: rgb(56,111,24); }
div.DivClassName
{
background-color: #386F18;
}
.BgClassName
{
background-color: #386F18;
}
</style>
border-color css
<style>
span { border-color: #386F18; }
span { border-color: rgb(56,111,24); }
td.TdClassName
{
border-color: #386F18;
}
.TagClassName
{
border-color: #386F18;
}
</style>