Shades of Genoa #3D786B
Tints of Genoa #3D786B
RGB
CMYK
RGB Variations
Color information
#3D786B (or 0x3D786B) is known color: Genoa. HEX triplet: 3D, 78 and 6B. RGB value is (61,120,107). Sum of RGB (Red+Green+Blue) = 61+120+107=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #3D786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D786B is #C28794. Grayscale: #646464. Windows color (decimal): -12748693 or 7043133. OLE color: 7043133.
HSL color Cylindrical-coordinate representation of color #3D786B: hue angle of 166.78º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D786B is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 120 | 107 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.53 |
| HSL | 166.78º | 0.33% | 0.35% | - |
| HSV(B) | 166.78º | 0.49% | 0.47% | - |
| XYZ | 11.29 | 15.49 | 16.3 | - |
| YUV | 100.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 107 | 0.49 | 0 | 0.11 | 0.53 | 166.78 | 0.33 | 0.35 |
| Hex | 3D | 78 | 6B | 31 | 0 | B | 35 | A7 | 21 | 23 |
| Octal | 75 | 170 | 153 | 61 | 0 | 13 | 65 | 247 | 41 | 43 |
| Binary | 111101 | 1111000 | 1101011 | 110001 | 0 | 1011 | 110101 | 10100111 | 100001 | 100011 |
Color Harmonies of #3D786B
Complementary color
Monochromatic Colors of #3D786B
Black with #3D786B
Text Example
Text Example
White with #3D786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D786B; }
p { color: rgb(61,120,107); }
H1.HeaderClassName
{
color: #3D786B;
}
.AnyTagClassName
{
color: #3D786B;
}
</style>
background-color css
<style>
a { background-color: #3D786B; }
a { background-color: rgb(61,120,107); }
div.DivClassName
{
background-color: #3D786B;
}
.BgClassName
{
background-color: #3D786B;
}
</style>
border-color css
<style>
span { border-color: #3D786B; }
span { border-color: rgb(61,120,107); }
td.TdClassName
{
border-color: #3D786B;
}
.TagClassName
{
border-color: #3D786B;
}
</style>