Shades of Viridian #3A806C
Tints of Viridian #3A806C
RGB
CMYK
RGB Variations
Color information
#3A806C (or 0x3A806C) is known color: Viridian. HEX triplet: 3A, 80 and 6C. RGB value is (58,128,108). Sum of RGB (Red+Green+Blue) = 58+128+108=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #3A806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A806C is #C57F93. Grayscale: #686868. Windows color (decimal): -12943252 or 7110714. OLE color: 7110714.
HSL color Cylindrical-coordinate representation of color #3A806C: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A806C is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 108 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.50 |
| HSL | 162.86º | 0.38% | 0.36% | - |
| HSV(B) | 162.86º | 0.55% | 0.5% | - |
| XYZ | 12.17 | 17.42 | 16.91 | - |
| YUV | 104.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 108 | 0.55 | 0 | 0.16 | 0.50 | 162.86 | 0.38 | 0.36 |
| Hex | 3A | 80 | 6C | 37 | 0 | 10 | 32 | A3 | 26 | 24 |
| Octal | 72 | 200 | 154 | 67 | 0 | 20 | 62 | 243 | 46 | 44 |
| Binary | 111010 | 10000000 | 1101100 | 110111 | 0 | 10000 | 110010 | 10100011 | 100110 | 100100 |
Color Harmonies of #3A806C
Complementary color
Monochromatic Colors of #3A806C
Black with #3A806C
Text Example
Text Example
White with #3A806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A806C; }
p { color: rgb(58,128,108); }
H1.HeaderClassName
{
color: #3A806C;
}
.AnyTagClassName
{
color: #3A806C;
}
</style>
background-color css
<style>
a { background-color: #3A806C; }
a { background-color: rgb(58,128,108); }
div.DivClassName
{
background-color: #3A806C;
}
.BgClassName
{
background-color: #3A806C;
}
</style>
border-color css
<style>
span { border-color: #3A806C; }
span { border-color: rgb(58,128,108); }
td.TdClassName
{
border-color: #3A806C;
}
.TagClassName
{
border-color: #3A806C;
}
</style>