Shades of Genoa #387E6F
Tints of Genoa #387E6F
RGB
CMYK
RGB Variations
Color information
#387E6F (or 0x387E6F) is known color: Genoa. HEX triplet: 38, 7E and 6F. RGB value is (56,126,111). Sum of RGB (Red+Green+Blue) = 56+126+111=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #387E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E6F is #C78190. Grayscale: #676767. Windows color (decimal): -13074833 or 7306808. OLE color: 7306808.
HSL color Cylindrical-coordinate representation of color #387E6F: hue angle of 167.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E6F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 111 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.51 |
| HSL | 167.14º | 0.38% | 0.36% | - |
| HSV(B) | 167.14º | 0.56% | 0.49% | - |
| XYZ | 11.96 | 16.91 | 17.67 | - |
| YUV | 103.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 111 | 0.56 | 0 | 0.12 | 0.51 | 167.14 | 0.38 | 0.36 |
| Hex | 38 | 7E | 6F | 38 | 0 | C | 33 | A7 | 26 | 24 |
| Octal | 70 | 176 | 157 | 70 | 0 | 14 | 63 | 247 | 46 | 44 |
| Binary | 111000 | 1111110 | 1101111 | 111000 | 0 | 1100 | 110011 | 10100111 | 100110 | 100100 |
Color Harmonies of #387E6F
Complementary color
Monochromatic Colors of #387E6F
Black with #387E6F
Text Example
Text Example
White with #387E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E6F; }
p { color: rgb(56,126,111); }
H1.HeaderClassName
{
color: #387E6F;
}
.AnyTagClassName
{
color: #387E6F;
}
</style>
background-color css
<style>
a { background-color: #387E6F; }
a { background-color: rgb(56,126,111); }
div.DivClassName
{
background-color: #387E6F;
}
.BgClassName
{
background-color: #387E6F;
}
</style>
border-color css
<style>
span { border-color: #387E6F; }
span { border-color: rgb(56,126,111); }
td.TdClassName
{
border-color: #387E6F;
}
.TagClassName
{
border-color: #387E6F;
}
</style>