Shades of Viridian #3A926E
Tints of Viridian #3A926E
RGB
CMYK
RGB Variations
Color information
#3A926E (or 0x3A926E) is known color: Viridian. HEX triplet: 3A, 92 and 6E. RGB value is (58,146,110). Sum of RGB (Red+Green+Blue) = 58+146+110=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #3A926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A926E is #C56D91. Grayscale: #737373. Windows color (decimal): -12938642 or 7246394. OLE color: 7246394.
HSL color Cylindrical-coordinate representation of color #3A926E: hue angle of 155.45º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A926E is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 110 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.43 |
| HSL | 155.45º | 0.43% | 0.4% | - |
| HSV(B) | 155.45º | 0.6% | 0.57% | - |
| XYZ | 14.84 | 22.58 | 18.33 | - |
| YUV | 115.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 110 | 0.60 | 0 | 0.25 | 0.43 | 155.45 | 0.43 | 0.4 |
| Hex | 3A | 92 | 6E | 3C | 0 | 19 | 2B | 9B | 2B | 28 |
| Octal | 72 | 222 | 156 | 74 | 0 | 31 | 53 | 233 | 53 | 50 |
| Binary | 111010 | 10010010 | 1101110 | 111100 | 0 | 11001 | 101011 | 10011011 | 101011 | 101000 |
Color Harmonies of #3A926E
Complementary color
Monochromatic Colors of #3A926E
Black with #3A926E
Text Example
Text Example
White with #3A926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A926E; }
p { color: rgb(58,146,110); }
H1.HeaderClassName
{
color: #3A926E;
}
.AnyTagClassName
{
color: #3A926E;
}
</style>
background-color css
<style>
a { background-color: #3A926E; }
a { background-color: rgb(58,146,110); }
div.DivClassName
{
background-color: #3A926E;
}
.BgClassName
{
background-color: #3A926E;
}
</style>
border-color css
<style>
span { border-color: #3A926E; }
span { border-color: rgb(58,146,110); }
td.TdClassName
{
border-color: #3A926E;
}
.TagClassName
{
border-color: #3A926E;
}
</style>