Shades of Genoa #386D63
Tints of Genoa #386D63
RGB
CMYK
RGB Variations
Color information
#386D63 (or 0x386D63) is known color: Genoa. HEX triplet: 38, 6D and 63. RGB value is (56,109,99). Sum of RGB (Red+Green+Blue) = 56+109+99=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #386D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D63 is #C7929C. Grayscale: #5C5C5C. Windows color (decimal): -13079197 or 6516024. OLE color: 6516024.
HSL color Cylindrical-coordinate representation of color #386D63: hue angle of 168.68º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D63 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 109 | 99 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.57 |
| HSL | 168.68º | 0.32% | 0.32% | - |
| HSV(B) | 168.68º | 0.49% | 0.43% | - |
| XYZ | 9.35 | 12.68 | 13.76 | - |
| YUV | 92.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 99 | 0.49 | 0 | 0.09 | 0.57 | 168.68 | 0.32 | 0.32 |
| Hex | 38 | 6D | 63 | 31 | 0 | 9 | 39 | A9 | 20 | 20 |
| Octal | 70 | 155 | 143 | 61 | 0 | 11 | 71 | 251 | 40 | 40 |
| Binary | 111000 | 1101101 | 1100011 | 110001 | 0 | 1001 | 111001 | 10101001 | 100000 | 100000 |
Color Harmonies of #386D63
Complementary color
Monochromatic Colors of #386D63
Black with #386D63
Text Example
Text Example
White with #386D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D63; }
p { color: rgb(56,109,99); }
H1.HeaderClassName
{
color: #386D63;
}
.AnyTagClassName
{
color: #386D63;
}
</style>
background-color css
<style>
a { background-color: #386D63; }
a { background-color: rgb(56,109,99); }
div.DivClassName
{
background-color: #386D63;
}
.BgClassName
{
background-color: #386D63;
}
</style>
border-color css
<style>
span { border-color: #386D63; }
span { border-color: rgb(56,109,99); }
td.TdClassName
{
border-color: #386D63;
}
.TagClassName
{
border-color: #386D63;
}
</style>