Shades of Genoa #38776C
Tints of Genoa #38776C
RGB
CMYK
RGB Variations
Color information
#38776C (or 0x38776C) is known color: Genoa. HEX triplet: 38, 77 and 6C. RGB value is (56,119,108). Sum of RGB (Red+Green+Blue) = 56+119+108=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #38776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38776C is #C78893. Grayscale: #626262. Windows color (decimal): -13076628 or 7108408. OLE color: 7108408.
HSL color Cylindrical-coordinate representation of color #38776C: hue angle of 169.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38776C is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 108 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.53 |
| HSL | 169.52º | 0.36% | 0.34% | - |
| HSV(B) | 169.52º | 0.53% | 0.47% | - |
| XYZ | 10.93 | 15.12 | 16.53 | - |
| YUV | 98.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 108 | 0.53 | 0 | 0.09 | 0.53 | 169.52 | 0.36 | 0.34 |
| Hex | 38 | 77 | 6C | 35 | 0 | 9 | 35 | AA | 24 | 22 |
| Octal | 70 | 167 | 154 | 65 | 0 | 11 | 65 | 252 | 44 | 42 |
| Binary | 111000 | 1110111 | 1101100 | 110101 | 0 | 1001 | 110101 | 10101010 | 100100 | 100010 |
Color Harmonies of #38776C
Complementary color
Monochromatic Colors of #38776C
Black with #38776C
Text Example
Text Example
White with #38776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38776C; }
p { color: rgb(56,119,108); }
H1.HeaderClassName
{
color: #38776C;
}
.AnyTagClassName
{
color: #38776C;
}
</style>
background-color css
<style>
a { background-color: #38776C; }
a { background-color: rgb(56,119,108); }
div.DivClassName
{
background-color: #38776C;
}
.BgClassName
{
background-color: #38776C;
}
</style>
border-color css
<style>
span { border-color: #38776C; }
span { border-color: rgb(56,119,108); }
td.TdClassName
{
border-color: #38776C;
}
.TagClassName
{
border-color: #38776C;
}
</style>