Shades of Viridian #3A826C
Tints of Viridian #3A826C
RGB
CMYK
RGB Variations
Color information
#3A826C (or 0x3A826C) is known color: Viridian. HEX triplet: 3A, 82 and 6C. RGB value is (58,130,108). Sum of RGB (Red+Green+Blue) = 58+130+108=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #3A826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A826C is #C57D93. Grayscale: #696969. Windows color (decimal): -12942740 or 7111226. OLE color: 7111226.
HSL color Cylindrical-coordinate representation of color #3A826C: hue angle of 161.67º 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 #3A826C is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 108 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.49 |
| HSL | 161.67º | 0.38% | 0.37% | - |
| HSV(B) | 161.67º | 0.55% | 0.51% | - |
| XYZ | 12.43 | 17.95 | 17 | - |
| YUV | 105.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 108 | 0.55 | 0 | 0.17 | 0.49 | 161.67 | 0.38 | 0.37 |
| Hex | 3A | 82 | 6C | 37 | 0 | 11 | 31 | A2 | 26 | 25 |
| Octal | 72 | 202 | 154 | 67 | 0 | 21 | 61 | 242 | 46 | 45 |
| Binary | 111010 | 10000010 | 1101100 | 110111 | 0 | 10001 | 110001 | 10100010 | 100110 | 100101 |
Color Harmonies of #3A826C
Complementary color
Monochromatic Colors of #3A826C
Black with #3A826C
Text Example
Text Example
White with #3A826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A826C; }
p { color: rgb(58,130,108); }
H1.HeaderClassName
{
color: #3A826C;
}
.AnyTagClassName
{
color: #3A826C;
}
</style>
background-color css
<style>
a { background-color: #3A826C; }
a { background-color: rgb(58,130,108); }
div.DivClassName
{
background-color: #3A826C;
}
.BgClassName
{
background-color: #3A826C;
}
</style>
border-color css
<style>
span { border-color: #3A826C; }
span { border-color: rgb(58,130,108); }
td.TdClassName
{
border-color: #3A826C;
}
.TagClassName
{
border-color: #3A826C;
}
</style>