Shades of Genoa #38786E
Tints of Genoa #38786E
RGB
CMYK
RGB Variations
Color information
#38786E (or 0x38786E) is known color: Genoa. HEX triplet: 38, 78 and 6E. RGB value is (56,120,110). Sum of RGB (Red+Green+Blue) = 56+120+110=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #38786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38786E is #C78791. Grayscale: #636363. Windows color (decimal): -13076370 or 7239736. OLE color: 7239736.
HSL color Cylindrical-coordinate representation of color #38786E: hue angle of 170.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38786E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 110 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.53 |
| HSL | 170.63º | 0.36% | 0.35% | - |
| HSV(B) | 170.63º | 0.53% | 0.47% | - |
| XYZ | 11.16 | 15.4 | 17.14 | - |
| YUV | 99.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 110 | 0.53 | 0 | 0.08 | 0.53 | 170.63 | 0.36 | 0.35 |
| Hex | 38 | 78 | 6E | 35 | 0 | 8 | 35 | AB | 24 | 23 |
| Octal | 70 | 170 | 156 | 65 | 0 | 10 | 65 | 253 | 44 | 43 |
| Binary | 111000 | 1111000 | 1101110 | 110101 | 0 | 1000 | 110101 | 10101011 | 100100 | 100011 |
Color Harmonies of #38786E
Complementary color
Monochromatic Colors of #38786E
Black with #38786E
Text Example
Text Example
White with #38786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38786E; }
p { color: rgb(56,120,110); }
H1.HeaderClassName
{
color: #38786E;
}
.AnyTagClassName
{
color: #38786E;
}
</style>
background-color css
<style>
a { background-color: #38786E; }
a { background-color: rgb(56,120,110); }
div.DivClassName
{
background-color: #38786E;
}
.BgClassName
{
background-color: #38786E;
}
</style>
border-color css
<style>
span { border-color: #38786E; }
span { border-color: rgb(56,120,110); }
td.TdClassName
{
border-color: #38786E;
}
.TagClassName
{
border-color: #38786E;
}
</style>