Shades of Genoa #387C72
Tints of Genoa #387C72
RGB
CMYK
RGB Variations
Color information
#387C72 (or 0x387C72) is known color: Genoa. HEX triplet: 38, 7C and 72. RGB value is (56,124,114). Sum of RGB (Red+Green+Blue) = 56+124+114=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #387C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C72 is #C7838D. Grayscale: #666666. Windows color (decimal): -13075342 or 7502904. OLE color: 7502904.
HSL color Cylindrical-coordinate representation of color #387C72: hue angle of 171.18º 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 #387C72 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 114 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.51 |
| HSL | 171.18º | 0.38% | 0.35% | - |
| HSV(B) | 171.18º | 0.55% | 0.49% | - |
| XYZ | 11.88 | 16.47 | 18.47 | - |
| YUV | 102.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 114 | 0.55 | 0 | 0.08 | 0.51 | 171.18 | 0.38 | 0.35 |
| Hex | 38 | 7C | 72 | 37 | 0 | 8 | 33 | AB | 26 | 23 |
| Octal | 70 | 174 | 162 | 67 | 0 | 10 | 63 | 253 | 46 | 43 |
| Binary | 111000 | 1111100 | 1110010 | 110111 | 0 | 1000 | 110011 | 10101011 | 100110 | 100011 |
Color Harmonies of #387C72
Complementary color
Monochromatic Colors of #387C72
Black with #387C72
Text Example
Text Example
White with #387C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C72; }
p { color: rgb(56,124,114); }
H1.HeaderClassName
{
color: #387C72;
}
.AnyTagClassName
{
color: #387C72;
}
</style>
background-color css
<style>
a { background-color: #387C72; }
a { background-color: rgb(56,124,114); }
div.DivClassName
{
background-color: #387C72;
}
.BgClassName
{
background-color: #387C72;
}
</style>
border-color css
<style>
span { border-color: #387C72; }
span { border-color: rgb(56,124,114); }
td.TdClassName
{
border-color: #387C72;
}
.TagClassName
{
border-color: #387C72;
}
</style>