Shades of Genoa #38726E
Tints of Genoa #38726E
RGB
CMYK
RGB Variations
Color information
#38726E (or 0x38726E) is known color: Genoa. HEX triplet: 38, 72 and 6E. RGB value is (56,114,110). Sum of RGB (Red+Green+Blue) = 56+114+110=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #38726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38726E is #C78D91. Grayscale: #606060. Windows color (decimal): -13077906 or 7238200. OLE color: 7238200.
HSL color Cylindrical-coordinate representation of color #38726E: hue angle of 175.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38726E is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 110 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.55 |
| HSL | 175.86º | 0.34% | 0.33% | - |
| HSV(B) | 175.86º | 0.51% | 0.45% | - |
| XYZ | 10.46 | 14 | 16.9 | - |
| YUV | 96.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 110 | 0.51 | 0 | 0.04 | 0.55 | 175.86 | 0.34 | 0.33 |
| Hex | 38 | 72 | 6E | 33 | 0 | 4 | 37 | B0 | 22 | 21 |
| Octal | 70 | 162 | 156 | 63 | 0 | 4 | 67 | 260 | 42 | 41 |
| Binary | 111000 | 1110010 | 1101110 | 110011 | 0 | 100 | 110111 | 10110000 | 100010 | 100001 |
Color Harmonies of #38726E
Complementary color
Monochromatic Colors of #38726E
Black with #38726E
Text Example
Text Example
White with #38726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38726E; }
p { color: rgb(56,114,110); }
H1.HeaderClassName
{
color: #38726E;
}
.AnyTagClassName
{
color: #38726E;
}
</style>
background-color css
<style>
a { background-color: #38726E; }
a { background-color: rgb(56,114,110); }
div.DivClassName
{
background-color: #38726E;
}
.BgClassName
{
background-color: #38726E;
}
</style>
border-color css
<style>
span { border-color: #38726E; }
span { border-color: rgb(56,114,110); }
td.TdClassName
{
border-color: #38726E;
}
.TagClassName
{
border-color: #38726E;
}
</style>