Shades of Viridian #3A8472
Tints of Viridian #3A8472
RGB
CMYK
RGB Variations
Color information
#3A8472 (or 0x3A8472) is known color: Viridian. HEX triplet: 3A, 84 and 72. RGB value is (58,132,114). Sum of RGB (Red+Green+Blue) = 58+132+114=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8472 is #C57B8D. Grayscale: #6B6B6B. Windows color (decimal): -12942222 or 7504954. OLE color: 7504954.
HSL color Cylindrical-coordinate representation of color #3A8472: hue angle of 165.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8472 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 114 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.48 |
| HSL | 165.41º | 0.39% | 0.37% | - |
| HSV(B) | 165.41º | 0.56% | 0.52% | - |
| XYZ | 13.03 | 18.62 | 18.83 | - |
| YUV | 107.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 114 | 0.56 | 0 | 0.14 | 0.48 | 165.41 | 0.39 | 0.37 |
| Hex | 3A | 84 | 72 | 38 | 0 | E | 30 | A5 | 27 | 25 |
| Octal | 72 | 204 | 162 | 70 | 0 | 16 | 60 | 245 | 47 | 45 |
| Binary | 111010 | 10000100 | 1110010 | 111000 | 0 | 1110 | 110000 | 10100101 | 100111 | 100101 |
Color Harmonies of #3A8472
Complementary color
Monochromatic Colors of #3A8472
Black with #3A8472
Text Example
Text Example
White with #3A8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8472; }
p { color: rgb(58,132,114); }
H1.HeaderClassName
{
color: #3A8472;
}
.AnyTagClassName
{
color: #3A8472;
}
</style>
background-color css
<style>
a { background-color: #3A8472; }
a { background-color: rgb(58,132,114); }
div.DivClassName
{
background-color: #3A8472;
}
.BgClassName
{
background-color: #3A8472;
}
</style>
border-color css
<style>
span { border-color: #3A8472; }
span { border-color: rgb(58,132,114); }
td.TdClassName
{
border-color: #3A8472;
}
.TagClassName
{
border-color: #3A8472;
}
</style>