Shades of Genoa #3D766F
Tints of Genoa #3D766F
RGB
CMYK
RGB Variations
Color information
#3D766F (or 0x3D766F) is known color: Genoa. HEX triplet: 3D, 76 and 6F. RGB value is (61,118,111). Sum of RGB (Red+Green+Blue) = 61+118+111=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766F is #C28990. Grayscale: #646464. Windows color (decimal): -12749201 or 7304765. OLE color: 7304765.
HSL color Cylindrical-coordinate representation of color #3D766F: hue angle of 172.63º 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 #3D766F is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 111 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.54 |
| HSL | 172.63º | 0.32% | 0.35% | - |
| HSV(B) | 172.63º | 0.48% | 0.46% | - |
| XYZ | 11.27 | 15.1 | 17.36 | - |
| YUV | 100.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 111 | 0.48 | 0 | 0.06 | 0.54 | 172.63 | 0.32 | 0.35 |
| Hex | 3D | 76 | 6F | 30 | 0 | 6 | 36 | AD | 20 | 23 |
| Octal | 75 | 166 | 157 | 60 | 0 | 6 | 66 | 255 | 40 | 43 |
| Binary | 111101 | 1110110 | 1101111 | 110000 | 0 | 110 | 110110 | 10101101 | 100000 | 100011 |
Color Harmonies of #3D766F
Complementary color
Monochromatic Colors of #3D766F
Black with #3D766F
Text Example
Text Example
White with #3D766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D766F; }
p { color: rgb(61,118,111); }
H1.HeaderClassName
{
color: #3D766F;
}
.AnyTagClassName
{
color: #3D766F;
}
</style>
background-color css
<style>
a { background-color: #3D766F; }
a { background-color: rgb(61,118,111); }
div.DivClassName
{
background-color: #3D766F;
}
.BgClassName
{
background-color: #3D766F;
}
</style>
border-color css
<style>
span { border-color: #3D766F; }
span { border-color: rgb(61,118,111); }
td.TdClassName
{
border-color: #3D766F;
}
.TagClassName
{
border-color: #3D766F;
}
</style>