Shades of Genoa #3D766B
Tints of Genoa #3D766B
RGB
CMYK
RGB Variations
Color information
#3D766B (or 0x3D766B) is known color: Genoa. HEX triplet: 3D, 76 and 6B. RGB value is (61,118,107). Sum of RGB (Red+Green+Blue) = 61+118+107=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766B is #C28994. Grayscale: #636363. Windows color (decimal): -12749205 or 7042621. OLE color: 7042621.
HSL color Cylindrical-coordinate representation of color #3D766B: hue angle of 168.42º 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 #3D766B is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 107 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.54 |
| HSL | 168.42º | 0.32% | 0.35% | - |
| HSV(B) | 168.42º | 0.48% | 0.46% | - |
| XYZ | 11.06 | 15.01 | 16.22 | - |
| YUV | 99.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 107 | 0.48 | 0 | 0.09 | 0.54 | 168.42 | 0.32 | 0.35 |
| Hex | 3D | 76 | 6B | 30 | 0 | 9 | 36 | A8 | 20 | 23 |
| Octal | 75 | 166 | 153 | 60 | 0 | 11 | 66 | 250 | 40 | 43 |
| Binary | 111101 | 1110110 | 1101011 | 110000 | 0 | 1001 | 110110 | 10101000 | 100000 | 100011 |
Color Harmonies of #3D766B
Complementary color
Monochromatic Colors of #3D766B
Black with #3D766B
Text Example
Text Example
White with #3D766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D766B; }
p { color: rgb(61,118,107); }
H1.HeaderClassName
{
color: #3D766B;
}
.AnyTagClassName
{
color: #3D766B;
}
</style>
background-color css
<style>
a { background-color: #3D766B; }
a { background-color: rgb(61,118,107); }
div.DivClassName
{
background-color: #3D766B;
}
.BgClassName
{
background-color: #3D766B;
}
</style>
border-color css
<style>
span { border-color: #3D766B; }
span { border-color: rgb(61,118,107); }
td.TdClassName
{
border-color: #3D766B;
}
.TagClassName
{
border-color: #3D766B;
}
</style>