Shades of Bilbao #386D22
Tints of Bilbao #386D22
RGB
CMYK
RGB Variations
Color information
#386D22 (or 0x386D22) is known color: Bilbao. HEX triplet: 38, 6D and 22. RGB value is (56,109,34). Sum of RGB (Red+Green+Blue) = 56+109+34=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #386D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386D22 is #C792DD. Grayscale: #545454. Windows color (decimal): -13079262 or 2256184. OLE color: 2256184.
HSL color Cylindrical-coordinate representation of color #386D22: hue angle of 102.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386D22 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 109 | 34 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.57 |
| HSL | 102.4º | 0.52% | 0.28% | - |
| HSV(B) | 102.4º | 0.69% | 0.43% | - |
| XYZ | 7.39 | 11.89 | 3.42 | - |
| YUV | 84.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 34 | 0.49 | 0 | 0.69 | 0.57 | 102.4 | 0.52 | 0.28 |
| Hex | 38 | 6D | 22 | 31 | 0 | 45 | 39 | 66 | 34 | 1C |
| Octal | 70 | 155 | 42 | 61 | 0 | 105 | 71 | 146 | 64 | 34 |
| Binary | 111000 | 1101101 | 100010 | 110001 | 0 | 1000101 | 111001 | 1100110 | 110100 | 11100 |
Color Harmonies of #386D22
Complementary color
Monochromatic Colors of #386D22
Black with #386D22
Text Example
Text Example
White with #386D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D22; }
p { color: rgb(56,109,34); }
H1.HeaderClassName
{
color: #386D22;
}
.AnyTagClassName
{
color: #386D22;
}
</style>
background-color css
<style>
a { background-color: #386D22; }
a { background-color: rgb(56,109,34); }
div.DivClassName
{
background-color: #386D22;
}
.BgClassName
{
background-color: #386D22;
}
</style>
border-color css
<style>
span { border-color: #386D22; }
span { border-color: rgb(56,109,34); }
td.TdClassName
{
border-color: #386D22;
}
.TagClassName
{
border-color: #386D22;
}
</style>