Shades of Viridian #3A9475
Tints of Viridian #3A9475
RGB
CMYK
RGB Variations
Color information
#3A9475 (or 0x3A9475) is known color: Viridian. HEX triplet: 3A, 94 and 75. RGB value is (58,148,117). Sum of RGB (Red+Green+Blue) = 58+148+117=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9475 is #C56B8A. Grayscale: #757575. Windows color (decimal): -12938123 or 7705658. OLE color: 7705658.
HSL color Cylindrical-coordinate representation of color #3A9475: hue angle of 159.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9475 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 117 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.42 |
| HSL | 159.33º | 0.44% | 0.4% | - |
| HSV(B) | 159.33º | 0.61% | 0.58% | - |
| XYZ | 15.55 | 23.36 | 20.52 | - |
| YUV | 117.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 117 | 0.61 | 0 | 0.21 | 0.42 | 159.33 | 0.44 | 0.4 |
| Hex | 3A | 94 | 75 | 3D | 0 | 15 | 2A | 9F | 2C | 28 |
| Octal | 72 | 224 | 165 | 75 | 0 | 25 | 52 | 237 | 54 | 50 |
| Binary | 111010 | 10010100 | 1110101 | 111101 | 0 | 10101 | 101010 | 10011111 | 101100 | 101000 |
Color Harmonies of #3A9475
Complementary color
Monochromatic Colors of #3A9475
Black with #3A9475
Text Example
Text Example
White with #3A9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9475; }
p { color: rgb(58,148,117); }
H1.HeaderClassName
{
color: #3A9475;
}
.AnyTagClassName
{
color: #3A9475;
}
</style>
background-color css
<style>
a { background-color: #3A9475; }
a { background-color: rgb(58,148,117); }
div.DivClassName
{
background-color: #3A9475;
}
.BgClassName
{
background-color: #3A9475;
}
</style>
border-color css
<style>
span { border-color: #3A9475; }
span { border-color: rgb(58,148,117); }
td.TdClassName
{
border-color: #3A9475;
}
.TagClassName
{
border-color: #3A9475;
}
</style>