Shades of Genoa #38756E
Tints of Genoa #38756E
RGB
CMYK
RGB Variations
Color information
#38756E (or 0x38756E) is known color: Genoa. HEX triplet: 38, 75 and 6E. RGB value is (56,117,110). Sum of RGB (Red+Green+Blue) = 56+117+110=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #38756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38756E is #C78A91. Grayscale: #616161. Windows color (decimal): -13077138 or 7238968. OLE color: 7238968.
HSL color Cylindrical-coordinate representation of color #38756E: hue angle of 173.11º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38756E is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 110 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.54 |
| HSL | 173.11º | 0.35% | 0.34% | - |
| HSV(B) | 173.11º | 0.52% | 0.46% | - |
| XYZ | 10.81 | 14.69 | 17.02 | - |
| YUV | 97.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 110 | 0.52 | 0 | 0.06 | 0.54 | 173.11 | 0.35 | 0.34 |
| Hex | 38 | 75 | 6E | 34 | 0 | 6 | 36 | AD | 23 | 22 |
| Octal | 70 | 165 | 156 | 64 | 0 | 6 | 66 | 255 | 43 | 42 |
| Binary | 111000 | 1110101 | 1101110 | 110100 | 0 | 110 | 110110 | 10101101 | 100011 | 100010 |
Color Harmonies of #38756E
Complementary color
Monochromatic Colors of #38756E
Black with #38756E
Text Example
Text Example
White with #38756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38756E; }
p { color: rgb(56,117,110); }
H1.HeaderClassName
{
color: #38756E;
}
.AnyTagClassName
{
color: #38756E;
}
</style>
background-color css
<style>
a { background-color: #38756E; }
a { background-color: rgb(56,117,110); }
div.DivClassName
{
background-color: #38756E;
}
.BgClassName
{
background-color: #38756E;
}
</style>
border-color css
<style>
span { border-color: #38756E; }
span { border-color: rgb(56,117,110); }
td.TdClassName
{
border-color: #38756E;
}
.TagClassName
{
border-color: #38756E;
}
</style>