Shades of Viridian #3D8A68
Tints of Viridian #3D8A68
RGB
CMYK
RGB Variations
Color information
#3D8A68 (or 0x3D8A68) is known color: Viridian. HEX triplet: 3D, 8A and 68. RGB value is (61,138,104). Sum of RGB (Red+Green+Blue) = 61+138+104=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A68 is #C27597. Grayscale: #6F6F6F. Windows color (decimal): -12744088 or 6851133. OLE color: 6851133.
HSL color Cylindrical-coordinate representation of color #3D8A68: hue angle of 153.51º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A68 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 104 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.46 |
| HSL | 153.51º | 0.39% | 0.39% | - |
| HSV(B) | 153.51º | 0.56% | 0.54% | - |
| XYZ | 13.51 | 20.17 | 16.28 | - |
| YUV | 111.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 104 | 0.56 | 0 | 0.25 | 0.46 | 153.51 | 0.39 | 0.39 |
| Hex | 3D | 8A | 68 | 38 | 0 | 19 | 2E | 9A | 27 | 27 |
| Octal | 75 | 212 | 150 | 70 | 0 | 31 | 56 | 232 | 47 | 47 |
| Binary | 111101 | 10001010 | 1101000 | 111000 | 0 | 11001 | 101110 | 10011010 | 100111 | 100111 |
Color Harmonies of #3D8A68
Complementary color
Monochromatic Colors of #3D8A68
Black with #3D8A68
Text Example
Text Example
White with #3D8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A68; }
p { color: rgb(61,138,104); }
H1.HeaderClassName
{
color: #3D8A68;
}
.AnyTagClassName
{
color: #3D8A68;
}
</style>
background-color css
<style>
a { background-color: #3D8A68; }
a { background-color: rgb(61,138,104); }
div.DivClassName
{
background-color: #3D8A68;
}
.BgClassName
{
background-color: #3D8A68;
}
</style>
border-color css
<style>
span { border-color: #3D8A68; }
span { border-color: rgb(61,138,104); }
td.TdClassName
{
border-color: #3D8A68;
}
.TagClassName
{
border-color: #3D8A68;
}
</style>