Shades of Genoa #38786C
Tints of Genoa #38786C
RGB
CMYK
RGB Variations
Color information
#38786C (or 0x38786C) is known color: Genoa. HEX triplet: 38, 78 and 6C. RGB value is (56,120,108). Sum of RGB (Red+Green+Blue) = 56+120+108=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #38786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38786C is #C78793. Grayscale: #636363. Windows color (decimal): -13076372 or 7108664. OLE color: 7108664.
HSL color Cylindrical-coordinate representation of color #38786C: hue angle of 168.75º 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 #38786C is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 108 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.53 |
| HSL | 168.75º | 0.36% | 0.35% | - |
| HSV(B) | 168.75º | 0.53% | 0.47% | - |
| XYZ | 11.05 | 15.36 | 16.57 | - |
| YUV | 99.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 108 | 0.53 | 0 | 0.10 | 0.53 | 168.75 | 0.36 | 0.35 |
| Hex | 38 | 78 | 6C | 35 | 0 | A | 35 | A9 | 24 | 23 |
| Octal | 70 | 170 | 154 | 65 | 0 | 12 | 65 | 251 | 44 | 43 |
| Binary | 111000 | 1111000 | 1101100 | 110101 | 0 | 1010 | 110101 | 10101001 | 100100 | 100011 |
Color Harmonies of #38786C
Complementary color
Monochromatic Colors of #38786C
Black with #38786C
Text Example
Text Example
White with #38786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38786C; }
p { color: rgb(56,120,108); }
H1.HeaderClassName
{
color: #38786C;
}
.AnyTagClassName
{
color: #38786C;
}
</style>
background-color css
<style>
a { background-color: #38786C; }
a { background-color: rgb(56,120,108); }
div.DivClassName
{
background-color: #38786C;
}
.BgClassName
{
background-color: #38786C;
}
</style>
border-color css
<style>
span { border-color: #38786C; }
span { border-color: rgb(56,120,108); }
td.TdClassName
{
border-color: #38786C;
}
.TagClassName
{
border-color: #38786C;
}
</style>