Shades of Viridian #3D7767
Tints of Viridian #3D7767
RGB
CMYK
RGB Variations
Color information
#3D7767 (or 0x3D7767) is known color: Viridian. HEX triplet: 3D, 77 and 67. RGB value is (61,119,103). Sum of RGB (Red+Green+Blue) = 61+119+103=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7767 is #C28898. Grayscale: #636363. Windows color (decimal): -12748953 or 6780733. OLE color: 6780733.
HSL color Cylindrical-coordinate representation of color #3D7767: hue angle of 163.45º 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 #3D7767 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 103 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.53 |
| HSL | 163.45º | 0.32% | 0.35% | - |
| HSV(B) | 163.45º | 0.49% | 0.47% | - |
| XYZ | 10.97 | 15.17 | 15.18 | - |
| YUV | 99.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 103 | 0.49 | 0 | 0.13 | 0.53 | 163.45 | 0.32 | 0.35 |
| Hex | 3D | 77 | 67 | 31 | 0 | D | 35 | A3 | 20 | 23 |
| Octal | 75 | 167 | 147 | 61 | 0 | 15 | 65 | 243 | 40 | 43 |
| Binary | 111101 | 1110111 | 1100111 | 110001 | 0 | 1101 | 110101 | 10100011 | 100000 | 100011 |
Color Harmonies of #3D7767
Complementary color
Monochromatic Colors of #3D7767
Black with #3D7767
Text Example
Text Example
White with #3D7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7767; }
p { color: rgb(61,119,103); }
H1.HeaderClassName
{
color: #3D7767;
}
.AnyTagClassName
{
color: #3D7767;
}
</style>
background-color css
<style>
a { background-color: #3D7767; }
a { background-color: rgb(61,119,103); }
div.DivClassName
{
background-color: #3D7767;
}
.BgClassName
{
background-color: #3D7767;
}
</style>
border-color css
<style>
span { border-color: #3D7767; }
span { border-color: rgb(61,119,103); }
td.TdClassName
{
border-color: #3D7767;
}
.TagClassName
{
border-color: #3D7767;
}
</style>