Shades of Viridian #3D7B6C
Tints of Viridian #3D7B6C
RGB
CMYK
RGB Variations
Color information
#3D7B6C (or 0x3D7B6C) is known color: Viridian. HEX triplet: 3D, 7B and 6C. RGB value is (61,123,108). Sum of RGB (Red+Green+Blue) = 61+123+108=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B6C is #C28493. Grayscale: #666666. Windows color (decimal): -12747924 or 7109437. OLE color: 7109437.
HSL color Cylindrical-coordinate representation of color #3D7B6C: hue angle of 165.48º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7B6C is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 123 | 108 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.52 |
| HSL | 165.48º | 0.34% | 0.36% | - |
| HSV(B) | 165.48º | 0.5% | 0.48% | - |
| XYZ | 11.71 | 16.24 | 16.7 | - |
| YUV | 102.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 123 | 108 | 0.50 | 0 | 0.12 | 0.52 | 165.48 | 0.34 | 0.36 |
| Hex | 3D | 7B | 6C | 32 | 0 | C | 34 | A5 | 22 | 24 |
| Octal | 75 | 173 | 154 | 62 | 0 | 14 | 64 | 245 | 42 | 44 |
| Binary | 111101 | 1111011 | 1101100 | 110010 | 0 | 1100 | 110100 | 10100101 | 100010 | 100100 |
Color Harmonies of #3D7B6C
Complementary color
Monochromatic Colors of #3D7B6C
Black with #3D7B6C
Text Example
Text Example
White with #3D7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7B6C; }
p { color: rgb(61,123,108); }
H1.HeaderClassName
{
color: #3D7B6C;
}
.AnyTagClassName
{
color: #3D7B6C;
}
</style>
background-color css
<style>
a { background-color: #3D7B6C; }
a { background-color: rgb(61,123,108); }
div.DivClassName
{
background-color: #3D7B6C;
}
.BgClassName
{
background-color: #3D7B6C;
}
</style>
border-color css
<style>
span { border-color: #3D7B6C; }
span { border-color: rgb(61,123,108); }
td.TdClassName
{
border-color: #3D7B6C;
}
.TagClassName
{
border-color: #3D7B6C;
}
</style>