Shades of Genoa #386B62
Tints of Genoa #386B62
RGB
CMYK
RGB Variations
Color information
#386B62 (or 0x386B62) is known color: Genoa. HEX triplet: 38, 6B and 62. RGB value is (56,107,98). Sum of RGB (Red+Green+Blue) = 56+107+98=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #386B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B62 is #C7949D. Grayscale: #5A5A5A. Windows color (decimal): -13079710 or 6449976. OLE color: 6449976.
HSL color Cylindrical-coordinate representation of color #386B62: hue angle of 169.41º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B62 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 98 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.58 |
| HSL | 169.41º | 0.31% | 0.32% | - |
| HSV(B) | 169.41º | 0.48% | 0.42% | - |
| XYZ | 9.09 | 12.24 | 13.44 | - |
| YUV | 90.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 98 | 0.48 | 0 | 0.08 | 0.58 | 169.41 | 0.31 | 0.32 |
| Hex | 38 | 6B | 62 | 30 | 0 | 8 | 3A | A9 | 1F | 20 |
| Octal | 70 | 153 | 142 | 60 | 0 | 10 | 72 | 251 | 37 | 40 |
| Binary | 111000 | 1101011 | 1100010 | 110000 | 0 | 1000 | 111010 | 10101001 | 11111 | 100000 |
Color Harmonies of #386B62
Complementary color
Monochromatic Colors of #386B62
Black with #386B62
Text Example
Text Example
White with #386B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B62; }
p { color: rgb(56,107,98); }
H1.HeaderClassName
{
color: #386B62;
}
.AnyTagClassName
{
color: #386B62;
}
</style>
background-color css
<style>
a { background-color: #386B62; }
a { background-color: rgb(56,107,98); }
div.DivClassName
{
background-color: #386B62;
}
.BgClassName
{
background-color: #386B62;
}
</style>
border-color css
<style>
span { border-color: #386B62; }
span { border-color: rgb(56,107,98); }
td.TdClassName
{
border-color: #386B62;
}
.TagClassName
{
border-color: #386B62;
}
</style>