Shades of Bilbao #386E24
Tints of Bilbao #386E24
RGB
CMYK
RGB Variations
Color information
#386E24 (or 0x386E24) is known color: Bilbao. HEX triplet: 38, 6E and 24. RGB value is (56,110,36). Sum of RGB (Red+Green+Blue) = 56+110+36=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #386E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E24 is #C791DB. Grayscale: #555555. Windows color (decimal): -13079004 or 2387512. OLE color: 2387512.
HSL color Cylindrical-coordinate representation of color #386E24: hue angle of 103.78º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386E24 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 36 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.57 |
| HSL | 103.78º | 0.51% | 0.29% | - |
| HSV(B) | 103.78º | 0.67% | 0.43% | - |
| XYZ | 7.53 | 12.12 | 3.61 | - |
| YUV | 85.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 36 | 0.49 | 0 | 0.67 | 0.57 | 103.78 | 0.51 | 0.29 |
| Hex | 38 | 6E | 24 | 31 | 0 | 43 | 39 | 68 | 33 | 1D |
| Octal | 70 | 156 | 44 | 61 | 0 | 103 | 71 | 150 | 63 | 35 |
| Binary | 111000 | 1101110 | 100100 | 110001 | 0 | 1000011 | 111001 | 1101000 | 110011 | 11101 |
Color Harmonies of #386E24
Complementary color
Monochromatic Colors of #386E24
Black with #386E24
Text Example
Text Example
White with #386E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E24; }
p { color: rgb(56,110,36); }
H1.HeaderClassName
{
color: #386E24;
}
.AnyTagClassName
{
color: #386E24;
}
</style>
background-color css
<style>
a { background-color: #386E24; }
a { background-color: rgb(56,110,36); }
div.DivClassName
{
background-color: #386E24;
}
.BgClassName
{
background-color: #386E24;
}
</style>
border-color css
<style>
span { border-color: #386E24; }
span { border-color: rgb(56,110,36); }
td.TdClassName
{
border-color: #386E24;
}
.TagClassName
{
border-color: #386E24;
}
</style>