Shades of Genoa #387C6E
Tints of Genoa #387C6E
RGB
CMYK
RGB Variations
Color information
#387C6E (or 0x387C6E) is known color: Genoa. HEX triplet: 38, 7C and 6E. RGB value is (56,124,110). Sum of RGB (Red+Green+Blue) = 56+124+110=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6E is #C78391. Grayscale: #666666. Windows color (decimal): -13075346 or 7240760. OLE color: 7240760.
HSL color Cylindrical-coordinate representation of color #387C6E: hue angle of 167.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C6E is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 110 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.51 |
| HSL | 167.65º | 0.38% | 0.35% | - |
| HSV(B) | 167.65º | 0.55% | 0.49% | - |
| XYZ | 11.65 | 16.38 | 17.3 | - |
| YUV | 102.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 110 | 0.55 | 0 | 0.11 | 0.51 | 167.65 | 0.38 | 0.35 |
| Hex | 38 | 7C | 6E | 37 | 0 | B | 33 | A8 | 26 | 23 |
| Octal | 70 | 174 | 156 | 67 | 0 | 13 | 63 | 250 | 46 | 43 |
| Binary | 111000 | 1111100 | 1101110 | 110111 | 0 | 1011 | 110011 | 10101000 | 100110 | 100011 |
Color Harmonies of #387C6E
Complementary color
Monochromatic Colors of #387C6E
Black with #387C6E
Text Example
Text Example
White with #387C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C6E; }
p { color: rgb(56,124,110); }
H1.HeaderClassName
{
color: #387C6E;
}
.AnyTagClassName
{
color: #387C6E;
}
</style>
background-color css
<style>
a { background-color: #387C6E; }
a { background-color: rgb(56,124,110); }
div.DivClassName
{
background-color: #387C6E;
}
.BgClassName
{
background-color: #387C6E;
}
</style>
border-color css
<style>
span { border-color: #387C6E; }
span { border-color: rgb(56,124,110); }
td.TdClassName
{
border-color: #387C6E;
}
.TagClassName
{
border-color: #387C6E;
}
</style>