Shades of Genoa #386F65
Tints of Genoa #386F65
RGB
CMYK
RGB Variations
Color information
#386F65 (or 0x386F65) is known color: Genoa. HEX triplet: 38, 6F and 65. RGB value is (56,111,101). Sum of RGB (Red+Green+Blue) = 56+111+101=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #386F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F65 is #C7909A. Grayscale: #5D5D5D. Windows color (decimal): -13078683 or 6647608. OLE color: 6647608.
HSL color Cylindrical-coordinate representation of color #386F65: hue angle of 169.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F65 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 101 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.56 |
| HSL | 169.09º | 0.33% | 0.33% | - |
| HSV(B) | 169.09º | 0.5% | 0.44% | - |
| XYZ | 9.66 | 13.15 | 14.34 | - |
| YUV | 93.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 101 | 0.50 | 0 | 0.09 | 0.56 | 169.09 | 0.33 | 0.33 |
| Hex | 38 | 6F | 65 | 32 | 0 | 9 | 38 | A9 | 21 | 21 |
| Octal | 70 | 157 | 145 | 62 | 0 | 11 | 70 | 251 | 41 | 41 |
| Binary | 111000 | 1101111 | 1100101 | 110010 | 0 | 1001 | 111000 | 10101001 | 100001 | 100001 |
Color Harmonies of #386F65
Complementary color
Monochromatic Colors of #386F65
Black with #386F65
Text Example
Text Example
White with #386F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F65; }
p { color: rgb(56,111,101); }
H1.HeaderClassName
{
color: #386F65;
}
.AnyTagClassName
{
color: #386F65;
}
</style>
background-color css
<style>
a { background-color: #386F65; }
a { background-color: rgb(56,111,101); }
div.DivClassName
{
background-color: #386F65;
}
.BgClassName
{
background-color: #386F65;
}
</style>
border-color css
<style>
span { border-color: #386F65; }
span { border-color: rgb(56,111,101); }
td.TdClassName
{
border-color: #386F65;
}
.TagClassName
{
border-color: #386F65;
}
</style>