Shades of Viridian #3A8B68
Tints of Viridian #3A8B68
RGB
CMYK
RGB Variations
Color information
#3A8B68 (or 0x3A8B68) is known color: Viridian. HEX triplet: 3A, 8B and 68. RGB value is (58,139,104). Sum of RGB (Red+Green+Blue) = 58+139+104=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B68 is #C57497. Grayscale: #6E6E6E. Windows color (decimal): -12940440 or 6851386. OLE color: 6851386.
HSL color Cylindrical-coordinate representation of color #3A8B68: hue angle of 154.07º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B68 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 104 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.45 |
| HSL | 154.07º | 0.41% | 0.39% | - |
| HSV(B) | 154.07º | 0.58% | 0.55% | - |
| XYZ | 13.48 | 20.36 | 16.32 | - |
| YUV | 110.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 104 | 0.58 | 0 | 0.25 | 0.45 | 154.07 | 0.41 | 0.39 |
| Hex | 3A | 8B | 68 | 3A | 0 | 19 | 2D | 9A | 29 | 27 |
| Octal | 72 | 213 | 150 | 72 | 0 | 31 | 55 | 232 | 51 | 47 |
| Binary | 111010 | 10001011 | 1101000 | 111010 | 0 | 11001 | 101101 | 10011010 | 101001 | 100111 |
Color Harmonies of #3A8B68
Complementary color
Monochromatic Colors of #3A8B68
Black with #3A8B68
Text Example
Text Example
White with #3A8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B68; }
p { color: rgb(58,139,104); }
H1.HeaderClassName
{
color: #3A8B68;
}
.AnyTagClassName
{
color: #3A8B68;
}
</style>
background-color css
<style>
a { background-color: #3A8B68; }
a { background-color: rgb(58,139,104); }
div.DivClassName
{
background-color: #3A8B68;
}
.BgClassName
{
background-color: #3A8B68;
}
</style>
border-color css
<style>
span { border-color: #3A8B68; }
span { border-color: rgb(58,139,104); }
td.TdClassName
{
border-color: #3A8B68;
}
.TagClassName
{
border-color: #3A8B68;
}
</style>