Shades of Genoa #38776B
Tints of Genoa #38776B
RGB
CMYK
RGB Variations
Color information
#38776B (or 0x38776B) is known color: Genoa. HEX triplet: 38, 77 and 6B. RGB value is (56,119,107). Sum of RGB (Red+Green+Blue) = 56+119+107=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #38776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38776B is #C78894. Grayscale: #626262. Windows color (decimal): -13076629 or 7042872. OLE color: 7042872.
HSL color Cylindrical-coordinate representation of color #38776B: hue angle of 168.57º 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 #38776B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 107 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.53 |
| HSL | 168.57º | 0.36% | 0.34% | - |
| HSV(B) | 168.57º | 0.53% | 0.47% | - |
| XYZ | 10.88 | 15.1 | 16.25 | - |
| YUV | 98.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 107 | 0.53 | 0 | 0.10 | 0.53 | 168.57 | 0.36 | 0.34 |
| Hex | 38 | 77 | 6B | 35 | 0 | A | 35 | A9 | 24 | 22 |
| Octal | 70 | 167 | 153 | 65 | 0 | 12 | 65 | 251 | 44 | 42 |
| Binary | 111000 | 1110111 | 1101011 | 110101 | 0 | 1010 | 110101 | 10101001 | 100100 | 100010 |
Color Harmonies of #38776B
Complementary color
Monochromatic Colors of #38776B
Black with #38776B
Text Example
Text Example
White with #38776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38776B; }
p { color: rgb(56,119,107); }
H1.HeaderClassName
{
color: #38776B;
}
.AnyTagClassName
{
color: #38776B;
}
</style>
background-color css
<style>
a { background-color: #38776B; }
a { background-color: rgb(56,119,107); }
div.DivClassName
{
background-color: #38776B;
}
.BgClassName
{
background-color: #38776B;
}
</style>
border-color css
<style>
span { border-color: #38776B; }
span { border-color: rgb(56,119,107); }
td.TdClassName
{
border-color: #38776B;
}
.TagClassName
{
border-color: #38776B;
}
</style>