Shades of Genoa #3D766D
Tints of Genoa #3D766D
RGB
CMYK
RGB Variations
Color information
#3D766D (or 0x3D766D) is known color: Genoa. HEX triplet: 3D, 76 and 6D. RGB value is (61,118,109). Sum of RGB (Red+Green+Blue) = 61+118+109=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766D is #C28992. Grayscale: #636363. Windows color (decimal): -12749203 or 7173693. OLE color: 7173693.
HSL color Cylindrical-coordinate representation of color #3D766D: hue angle of 170.53º 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 #3D766D is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 109 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.54 |
| HSL | 170.53º | 0.32% | 0.35% | - |
| HSV(B) | 170.53º | 0.48% | 0.46% | - |
| XYZ | 11.16 | 15.05 | 16.79 | - |
| YUV | 99.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 109 | 0.48 | 0 | 0.08 | 0.54 | 170.53 | 0.32 | 0.35 |
| Hex | 3D | 76 | 6D | 30 | 0 | 8 | 36 | AB | 20 | 23 |
| Octal | 75 | 166 | 155 | 60 | 0 | 10 | 66 | 253 | 40 | 43 |
| Binary | 111101 | 1110110 | 1101101 | 110000 | 0 | 1000 | 110110 | 10101011 | 100000 | 100011 |
Color Harmonies of #3D766D
Complementary color
Monochromatic Colors of #3D766D
Black with #3D766D
Text Example
Text Example
White with #3D766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D766D; }
p { color: rgb(61,118,109); }
H1.HeaderClassName
{
color: #3D766D;
}
.AnyTagClassName
{
color: #3D766D;
}
</style>
background-color css
<style>
a { background-color: #3D766D; }
a { background-color: rgb(61,118,109); }
div.DivClassName
{
background-color: #3D766D;
}
.BgClassName
{
background-color: #3D766D;
}
</style>
border-color css
<style>
span { border-color: #3D766D; }
span { border-color: rgb(61,118,109); }
td.TdClassName
{
border-color: #3D766D;
}
.TagClassName
{
border-color: #3D766D;
}
</style>