Shades of Genoa #387E72
Tints of Genoa #387E72
RGB
CMYK
RGB Variations
Color information
#387E72 (or 0x387E72) is known color: Genoa. HEX triplet: 38, 7E and 72. RGB value is (56,126,114). Sum of RGB (Red+Green+Blue) = 56+126+114=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #387E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E72 is #C7818D. Grayscale: #676767. Windows color (decimal): -13074830 or 7503416. OLE color: 7503416.
HSL color Cylindrical-coordinate representation of color #387E72: hue angle of 169.71º 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 #387E72 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 114 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.51 |
| HSL | 169.71º | 0.38% | 0.36% | - |
| HSV(B) | 169.71º | 0.56% | 0.49% | - |
| XYZ | 12.13 | 16.98 | 18.56 | - |
| YUV | 103.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 114 | 0.56 | 0 | 0.10 | 0.51 | 169.71 | 0.38 | 0.36 |
| Hex | 38 | 7E | 72 | 38 | 0 | A | 33 | AA | 26 | 24 |
| Octal | 70 | 176 | 162 | 70 | 0 | 12 | 63 | 252 | 46 | 44 |
| Binary | 111000 | 1111110 | 1110010 | 111000 | 0 | 1010 | 110011 | 10101010 | 100110 | 100100 |
Color Harmonies of #387E72
Complementary color
Monochromatic Colors of #387E72
Black with #387E72
Text Example
Text Example
White with #387E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E72; }
p { color: rgb(56,126,114); }
H1.HeaderClassName
{
color: #387E72;
}
.AnyTagClassName
{
color: #387E72;
}
</style>
background-color css
<style>
a { background-color: #387E72; }
a { background-color: rgb(56,126,114); }
div.DivClassName
{
background-color: #387E72;
}
.BgClassName
{
background-color: #387E72;
}
</style>
border-color css
<style>
span { border-color: #387E72; }
span { border-color: rgb(56,126,114); }
td.TdClassName
{
border-color: #387E72;
}
.TagClassName
{
border-color: #387E72;
}
</style>