Shades of Viridian #3A9075
Tints of Viridian #3A9075
RGB
CMYK
RGB Variations
Color information
#3A9075 (or 0x3A9075) is known color: Viridian. HEX triplet: 3A, 90 and 75. RGB value is (58,144,117). Sum of RGB (Red+Green+Blue) = 58+144+117=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9075 is #C56F8A. Grayscale: #737373. Windows color (decimal): -12939147 or 7704634. OLE color: 7704634.
HSL color Cylindrical-coordinate representation of color #3A9075: hue angle of 161.16º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9075 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 144 | 117 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.44 |
| HSL | 161.16º | 0.43% | 0.4% | - |
| HSV(B) | 161.16º | 0.6% | 0.56% | - |
| XYZ | 14.93 | 22.13 | 20.31 | - |
| YUV | 115.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 117 | 0.60 | 0 | 0.19 | 0.44 | 161.16 | 0.43 | 0.4 |
| Hex | 3A | 90 | 75 | 3C | 0 | 13 | 2C | A1 | 2B | 28 |
| Octal | 72 | 220 | 165 | 74 | 0 | 23 | 54 | 241 | 53 | 50 |
| Binary | 111010 | 10010000 | 1110101 | 111100 | 0 | 10011 | 101100 | 10100001 | 101011 | 101000 |
Color Harmonies of #3A9075
Complementary color
Monochromatic Colors of #3A9075
Black with #3A9075
Text Example
Text Example
White with #3A9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9075; }
p { color: rgb(58,144,117); }
H1.HeaderClassName
{
color: #3A9075;
}
.AnyTagClassName
{
color: #3A9075;
}
</style>
background-color css
<style>
a { background-color: #3A9075; }
a { background-color: rgb(58,144,117); }
div.DivClassName
{
background-color: #3A9075;
}
.BgClassName
{
background-color: #3A9075;
}
</style>
border-color css
<style>
span { border-color: #3A9075; }
span { border-color: rgb(58,144,117); }
td.TdClassName
{
border-color: #3A9075;
}
.TagClassName
{
border-color: #3A9075;
}
</style>