Shades of Genoa #38716C
Tints of Genoa #38716C
RGB
CMYK
RGB Variations
Color information
#38716C (or 0x38716C) is known color: Genoa. HEX triplet: 38, 71 and 6C. RGB value is (56,113,108). Sum of RGB (Red+Green+Blue) = 56+113+108=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #38716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38716C is #C78E93. Grayscale: #5F5F5F. Windows color (decimal): -13078164 or 7106872. OLE color: 7106872.
HSL color Cylindrical-coordinate representation of color #38716C: hue angle of 174.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38716C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 108 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.56 |
| HSL | 174.74º | 0.34% | 0.33% | - |
| HSV(B) | 174.74º | 0.5% | 0.44% | - |
| XYZ | 10.24 | 13.73 | 16.3 | - |
| YUV | 95.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 108 | 0.50 | 0 | 0.04 | 0.56 | 174.74 | 0.34 | 0.33 |
| Hex | 38 | 71 | 6C | 32 | 0 | 4 | 38 | AF | 22 | 21 |
| Octal | 70 | 161 | 154 | 62 | 0 | 4 | 70 | 257 | 42 | 41 |
| Binary | 111000 | 1110001 | 1101100 | 110010 | 0 | 100 | 111000 | 10101111 | 100010 | 100001 |
Color Harmonies of #38716C
Complementary color
Monochromatic Colors of #38716C
Black with #38716C
Text Example
Text Example
White with #38716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38716C; }
p { color: rgb(56,113,108); }
H1.HeaderClassName
{
color: #38716C;
}
.AnyTagClassName
{
color: #38716C;
}
</style>
background-color css
<style>
a { background-color: #38716C; }
a { background-color: rgb(56,113,108); }
div.DivClassName
{
background-color: #38716C;
}
.BgClassName
{
background-color: #38716C;
}
</style>
border-color css
<style>
span { border-color: #38716C; }
span { border-color: rgb(56,113,108); }
td.TdClassName
{
border-color: #38716C;
}
.TagClassName
{
border-color: #38716C;
}
</style>