Shades of Genoa #3D736D
Tints of Genoa #3D736D
RGB
CMYK
RGB Variations
Color information
#3D736D (or 0x3D736D) is known color: Genoa. HEX triplet: 3D, 73 and 6D. RGB value is (61,115,109). Sum of RGB (Red+Green+Blue) = 61+115+109=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #3D736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D736D is #C28C92. Grayscale: #626262. Windows color (decimal): -12749971 or 7172925. OLE color: 7172925.
HSL color Cylindrical-coordinate representation of color #3D736D: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D736D is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 109 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.55 |
| HSL | 173.33º | 0.31% | 0.35% | - |
| HSV(B) | 173.33º | 0.47% | 0.45% | - |
| XYZ | 10.82 | 14.36 | 16.67 | - |
| YUV | 98.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 109 | 0.47 | 0 | 0.05 | 0.55 | 173.33 | 0.31 | 0.35 |
| Hex | 3D | 73 | 6D | 2F | 0 | 5 | 37 | AD | 1F | 23 |
| Octal | 75 | 163 | 155 | 57 | 0 | 5 | 67 | 255 | 37 | 43 |
| Binary | 111101 | 1110011 | 1101101 | 101111 | 0 | 101 | 110111 | 10101101 | 11111 | 100011 |
Color Harmonies of #3D736D
Complementary color
Monochromatic Colors of #3D736D
Black with #3D736D
Text Example
Text Example
White with #3D736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D736D; }
p { color: rgb(61,115,109); }
H1.HeaderClassName
{
color: #3D736D;
}
.AnyTagClassName
{
color: #3D736D;
}
</style>
background-color css
<style>
a { background-color: #3D736D; }
a { background-color: rgb(61,115,109); }
div.DivClassName
{
background-color: #3D736D;
}
.BgClassName
{
background-color: #3D736D;
}
</style>
border-color css
<style>
span { border-color: #3D736D; }
span { border-color: rgb(61,115,109); }
td.TdClassName
{
border-color: #3D736D;
}
.TagClassName
{
border-color: #3D736D;
}
</style>