Shades of Viridian #3D7768
Tints of Viridian #3D7768
RGB
CMYK
RGB Variations
Color information
#3D7768 (or 0x3D7768) is known color: Viridian. HEX triplet: 3D, 77 and 68. RGB value is (61,119,104). Sum of RGB (Red+Green+Blue) = 61+119+104=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7768 is #C28897. Grayscale: #636363. Windows color (decimal): -12748952 or 6846269. OLE color: 6846269.
HSL color Cylindrical-coordinate representation of color #3D7768: hue angle of 164.48º degrees, saturation: 0.32, 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 #3D7768 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 104 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.53 |
| HSL | 164.48º | 0.32% | 0.35% | - |
| HSV(B) | 164.48º | 0.49% | 0.47% | - |
| XYZ | 11.02 | 15.19 | 15.45 | - |
| YUV | 99.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 104 | 0.49 | 0 | 0.13 | 0.53 | 164.48 | 0.32 | 0.35 |
| Hex | 3D | 77 | 68 | 31 | 0 | D | 35 | A4 | 20 | 23 |
| Octal | 75 | 167 | 150 | 61 | 0 | 15 | 65 | 244 | 40 | 43 |
| Binary | 111101 | 1110111 | 1101000 | 110001 | 0 | 1101 | 110101 | 10100100 | 100000 | 100011 |
Color Harmonies of #3D7768
Complementary color
Monochromatic Colors of #3D7768
Black with #3D7768
Text Example
Text Example
White with #3D7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7768; }
p { color: rgb(61,119,104); }
H1.HeaderClassName
{
color: #3D7768;
}
.AnyTagClassName
{
color: #3D7768;
}
</style>
background-color css
<style>
a { background-color: #3D7768; }
a { background-color: rgb(61,119,104); }
div.DivClassName
{
background-color: #3D7768;
}
.BgClassName
{
background-color: #3D7768;
}
</style>
border-color css
<style>
span { border-color: #3D7768; }
span { border-color: rgb(61,119,104); }
td.TdClassName
{
border-color: #3D7768;
}
.TagClassName
{
border-color: #3D7768;
}
</style>