Shades of Viridian #3A8865
Tints of Viridian #3A8865
RGB
CMYK
RGB Variations
Color information
#3A8865 (or 0x3A8865) is known color: Viridian. HEX triplet: 3A, 88 and 65. RGB value is (58,136,101). Sum of RGB (Red+Green+Blue) = 58+136+101=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8865 is #C5779A. Grayscale: #6C6C6C. Windows color (decimal): -12941211 or 6654010. OLE color: 6654010.
HSL color Cylindrical-coordinate representation of color #3A8865: hue angle of 153.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8865 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 101 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.47 |
| HSL | 153.08º | 0.4% | 0.38% | - |
| HSV(B) | 153.08º | 0.57% | 0.53% | - |
| XYZ | 12.9 | 19.45 | 15.39 | - |
| YUV | 108.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 101 | 0.57 | 0 | 0.26 | 0.47 | 153.08 | 0.4 | 0.38 |
| Hex | 3A | 88 | 65 | 39 | 0 | 1A | 2F | 99 | 28 | 26 |
| Octal | 72 | 210 | 145 | 71 | 0 | 32 | 57 | 231 | 50 | 46 |
| Binary | 111010 | 10001000 | 1100101 | 111001 | 0 | 11010 | 101111 | 10011001 | 101000 | 100110 |
Color Harmonies of #3A8865
Complementary color
Monochromatic Colors of #3A8865
Black with #3A8865
Text Example
Text Example
White with #3A8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8865; }
p { color: rgb(58,136,101); }
H1.HeaderClassName
{
color: #3A8865;
}
.AnyTagClassName
{
color: #3A8865;
}
</style>
background-color css
<style>
a { background-color: #3A8865; }
a { background-color: rgb(58,136,101); }
div.DivClassName
{
background-color: #3A8865;
}
.BgClassName
{
background-color: #3A8865;
}
</style>
border-color css
<style>
span { border-color: #3A8865; }
span { border-color: rgb(58,136,101); }
td.TdClassName
{
border-color: #3A8865;
}
.TagClassName
{
border-color: #3A8865;
}
</style>