Shades of Genoa #3D766C
Tints of Genoa #3D766C
RGB
CMYK
RGB Variations
Color information
#3D766C (or 0x3D766C) is known color: Genoa. HEX triplet: 3D, 76 and 6C. RGB value is (61,118,108). Sum of RGB (Red+Green+Blue) = 61+118+108=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766C is #C28993. Grayscale: #636363. Windows color (decimal): -12749204 or 7108157. OLE color: 7108157.
HSL color Cylindrical-coordinate representation of color #3D766C: hue angle of 169.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D766C is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 108 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.54 |
| HSL | 169.47º | 0.32% | 0.35% | - |
| HSV(B) | 169.47º | 0.48% | 0.46% | - |
| XYZ | 11.11 | 15.03 | 16.5 | - |
| YUV | 99.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 108 | 0.48 | 0 | 0.08 | 0.54 | 169.47 | 0.32 | 0.35 |
| Hex | 3D | 76 | 6C | 30 | 0 | 8 | 36 | A9 | 20 | 23 |
| Octal | 75 | 166 | 154 | 60 | 0 | 10 | 66 | 251 | 40 | 43 |
| Binary | 111101 | 1110110 | 1101100 | 110000 | 0 | 1000 | 110110 | 10101001 | 100000 | 100011 |
Color Harmonies of #3D766C
Complementary color
Monochromatic Colors of #3D766C
Black with #3D766C
Text Example
Text Example
White with #3D766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D766C; }
p { color: rgb(61,118,108); }
H1.HeaderClassName
{
color: #3D766C;
}
.AnyTagClassName
{
color: #3D766C;
}
</style>
background-color css
<style>
a { background-color: #3D766C; }
a { background-color: rgb(61,118,108); }
div.DivClassName
{
background-color: #3D766C;
}
.BgClassName
{
background-color: #3D766C;
}
</style>
border-color css
<style>
span { border-color: #3D766C; }
span { border-color: rgb(61,118,108); }
td.TdClassName
{
border-color: #3D766C;
}
.TagClassName
{
border-color: #3D766C;
}
</style>