Shades of Genoa #387D6F
Tints of Genoa #387D6F
RGB
CMYK
RGB Variations
Color information
#387D6F (or 0x387D6F) is known color: Genoa. HEX triplet: 38, 7D and 6F. RGB value is (56,125,111). Sum of RGB (Red+Green+Blue) = 56+125+111=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #387D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D6F is #C78290. Grayscale: #666666. Windows color (decimal): -13075089 or 7306552. OLE color: 7306552.
HSL color Cylindrical-coordinate representation of color #387D6F: hue angle of 167.83º 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 #387D6F is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 111 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.51 |
| HSL | 167.83º | 0.38% | 0.35% | - |
| HSV(B) | 167.83º | 0.55% | 0.49% | - |
| XYZ | 11.83 | 16.66 | 17.63 | - |
| YUV | 102.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 111 | 0.55 | 0 | 0.11 | 0.51 | 167.83 | 0.38 | 0.35 |
| Hex | 38 | 7D | 6F | 37 | 0 | B | 33 | A8 | 26 | 23 |
| Octal | 70 | 175 | 157 | 67 | 0 | 13 | 63 | 250 | 46 | 43 |
| Binary | 111000 | 1111101 | 1101111 | 110111 | 0 | 1011 | 110011 | 10101000 | 100110 | 100011 |
Color Harmonies of #387D6F
Complementary color
Monochromatic Colors of #387D6F
Black with #387D6F
Text Example
Text Example
White with #387D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D6F; }
p { color: rgb(56,125,111); }
H1.HeaderClassName
{
color: #387D6F;
}
.AnyTagClassName
{
color: #387D6F;
}
</style>
background-color css
<style>
a { background-color: #387D6F; }
a { background-color: rgb(56,125,111); }
div.DivClassName
{
background-color: #387D6F;
}
.BgClassName
{
background-color: #387D6F;
}
</style>
border-color css
<style>
span { border-color: #387D6F; }
span { border-color: rgb(56,125,111); }
td.TdClassName
{
border-color: #387D6F;
}
.TagClassName
{
border-color: #387D6F;
}
</style>