Shades of Viridian #3A886B
Tints of Viridian #3A886B
RGB
CMYK
RGB Variations
Color information
#3A886B (or 0x3A886B) is known color: Viridian. HEX triplet: 3A, 88 and 6B. RGB value is (58,136,107). Sum of RGB (Red+Green+Blue) = 58+136+107=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #3A886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A886B is #C57794. Grayscale: #6D6D6D. Windows color (decimal): -12941205 or 7047226. OLE color: 7047226.
HSL color Cylindrical-coordinate representation of color #3A886B: hue angle of 157.69º 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 #3A886B is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 107 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.47 |
| HSL | 157.69º | 0.4% | 0.38% | - |
| HSV(B) | 157.69º | 0.57% | 0.53% | - |
| XYZ | 13.2 | 19.57 | 16.99 | - |
| YUV | 109.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 107 | 0.57 | 0 | 0.21 | 0.47 | 157.69 | 0.4 | 0.38 |
| Hex | 3A | 88 | 6B | 39 | 0 | 15 | 2F | 9E | 28 | 26 |
| Octal | 72 | 210 | 153 | 71 | 0 | 25 | 57 | 236 | 50 | 46 |
| Binary | 111010 | 10001000 | 1101011 | 111001 | 0 | 10101 | 101111 | 10011110 | 101000 | 100110 |
Color Harmonies of #3A886B
Complementary color
Monochromatic Colors of #3A886B
Black with #3A886B
Text Example
Text Example
White with #3A886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A886B; }
p { color: rgb(58,136,107); }
H1.HeaderClassName
{
color: #3A886B;
}
.AnyTagClassName
{
color: #3A886B;
}
</style>
background-color css
<style>
a { background-color: #3A886B; }
a { background-color: rgb(58,136,107); }
div.DivClassName
{
background-color: #3A886B;
}
.BgClassName
{
background-color: #3A886B;
}
</style>
border-color css
<style>
span { border-color: #3A886B; }
span { border-color: rgb(58,136,107); }
td.TdClassName
{
border-color: #3A886B;
}
.TagClassName
{
border-color: #3A886B;
}
</style>