Shades of Genoa #38776D
Tints of Genoa #38776D
RGB
CMYK
RGB Variations
Color information
#38776D (or 0x38776D) is known color: Genoa. HEX triplet: 38, 77 and 6D. RGB value is (56,119,109). Sum of RGB (Red+Green+Blue) = 56+119+109=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #38776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38776D is #C78892. Grayscale: #626262. Windows color (decimal): -13076627 or 7173944. OLE color: 7173944.
HSL color Cylindrical-coordinate representation of color #38776D: hue angle of 170.48º 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 #38776D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 109 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.53 |
| HSL | 170.48º | 0.36% | 0.34% | - |
| HSV(B) | 170.48º | 0.53% | 0.47% | - |
| XYZ | 10.99 | 15.14 | 16.81 | - |
| YUV | 99.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 109 | 0.53 | 0 | 0.08 | 0.53 | 170.48 | 0.36 | 0.34 |
| Hex | 38 | 77 | 6D | 35 | 0 | 8 | 35 | AA | 24 | 22 |
| Octal | 70 | 167 | 155 | 65 | 0 | 10 | 65 | 252 | 44 | 42 |
| Binary | 111000 | 1110111 | 1101101 | 110101 | 0 | 1000 | 110101 | 10101010 | 100100 | 100010 |
Color Harmonies of #38776D
Complementary color
Monochromatic Colors of #38776D
Black with #38776D
Text Example
Text Example
White with #38776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38776D; }
p { color: rgb(56,119,109); }
H1.HeaderClassName
{
color: #38776D;
}
.AnyTagClassName
{
color: #38776D;
}
</style>
background-color css
<style>
a { background-color: #38776D; }
a { background-color: rgb(56,119,109); }
div.DivClassName
{
background-color: #38776D;
}
.BgClassName
{
background-color: #38776D;
}
</style>
border-color css
<style>
span { border-color: #38776D; }
span { border-color: rgb(56,119,109); }
td.TdClassName
{
border-color: #38776D;
}
.TagClassName
{
border-color: #38776D;
}
</style>