Shades of Viridian #3A826F
Tints of Viridian #3A826F
RGB
CMYK
RGB Variations
Color information
#3A826F (or 0x3A826F) is known color: Viridian. HEX triplet: 3A, 82 and 6F. RGB value is (58,130,111). Sum of RGB (Red+Green+Blue) = 58+130+111=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #3A826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A826F is #C57D90. Grayscale: #6A6A6A. Windows color (decimal): -12942737 or 7307834. OLE color: 7307834.
HSL color Cylindrical-coordinate representation of color #3A826F: hue angle of 164.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A826F is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 111 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.49 |
| HSL | 164.17º | 0.38% | 0.37% | - |
| HSV(B) | 164.17º | 0.55% | 0.51% | - |
| XYZ | 12.6 | 18.01 | 17.85 | - |
| YUV | 106.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 111 | 0.55 | 0 | 0.15 | 0.49 | 164.17 | 0.38 | 0.37 |
| Hex | 3A | 82 | 6F | 37 | 0 | F | 31 | A4 | 26 | 25 |
| Octal | 72 | 202 | 157 | 67 | 0 | 17 | 61 | 244 | 46 | 45 |
| Binary | 111010 | 10000010 | 1101111 | 110111 | 0 | 1111 | 110001 | 10100100 | 100110 | 100101 |
Color Harmonies of #3A826F
Complementary color
Monochromatic Colors of #3A826F
Black with #3A826F
Text Example
Text Example
White with #3A826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A826F; }
p { color: rgb(58,130,111); }
H1.HeaderClassName
{
color: #3A826F;
}
.AnyTagClassName
{
color: #3A826F;
}
</style>
background-color css
<style>
a { background-color: #3A826F; }
a { background-color: rgb(58,130,111); }
div.DivClassName
{
background-color: #3A826F;
}
.BgClassName
{
background-color: #3A826F;
}
</style>
border-color css
<style>
span { border-color: #3A826F; }
span { border-color: rgb(58,130,111); }
td.TdClassName
{
border-color: #3A826F;
}
.TagClassName
{
border-color: #3A826F;
}
</style>