Shades of Genoa #38766E
Tints of Genoa #38766E
RGB
CMYK
RGB Variations
Color information
#38766E (or 0x38766E) is known color: Genoa. HEX triplet: 38, 76 and 6E. RGB value is (56,118,110). Sum of RGB (Red+Green+Blue) = 56+118+110=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #38766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38766E is #C78991. Grayscale: #626262. Windows color (decimal): -13076882 or 7239224. OLE color: 7239224.
HSL color Cylindrical-coordinate representation of color #38766E: hue angle of 172.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38766E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 110 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.54 |
| HSL | 172.26º | 0.36% | 0.34% | - |
| HSV(B) | 172.26º | 0.53% | 0.46% | - |
| XYZ | 10.92 | 14.92 | 17.06 | - |
| YUV | 98.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 110 | 0.53 | 0 | 0.07 | 0.54 | 172.26 | 0.36 | 0.34 |
| Hex | 38 | 76 | 6E | 35 | 0 | 7 | 36 | AC | 24 | 22 |
| Octal | 70 | 166 | 156 | 65 | 0 | 7 | 66 | 254 | 44 | 42 |
| Binary | 111000 | 1110110 | 1101110 | 110101 | 0 | 111 | 110110 | 10101100 | 100100 | 100010 |
Color Harmonies of #38766E
Complementary color
Monochromatic Colors of #38766E
Black with #38766E
Text Example
Text Example
White with #38766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38766E; }
p { color: rgb(56,118,110); }
H1.HeaderClassName
{
color: #38766E;
}
.AnyTagClassName
{
color: #38766E;
}
</style>
background-color css
<style>
a { background-color: #38766E; }
a { background-color: rgb(56,118,110); }
div.DivClassName
{
background-color: #38766E;
}
.BgClassName
{
background-color: #38766E;
}
</style>
border-color css
<style>
span { border-color: #38766E; }
span { border-color: rgb(56,118,110); }
td.TdClassName
{
border-color: #38766E;
}
.TagClassName
{
border-color: #38766E;
}
</style>