Shades of Viridian #3A8B6C
Tints of Viridian #3A8B6C
RGB
CMYK
RGB Variations
Color information
#3A8B6C (or 0x3A8B6C) is known color: Viridian. HEX triplet: 3A, 8B and 6C. RGB value is (58,139,108). Sum of RGB (Red+Green+Blue) = 58+139+108=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B6C is #C57493. Grayscale: #6F6F6F. Windows color (decimal): -12940436 or 7113530. OLE color: 7113530.
HSL color Cylindrical-coordinate representation of color #3A8B6C: hue angle of 157.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B6C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 108 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.45 |
| HSL | 157.04º | 0.41% | 0.39% | - |
| HSV(B) | 157.04º | 0.58% | 0.55% | - |
| XYZ | 13.68 | 20.45 | 17.41 | - |
| YUV | 111.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 108 | 0.58 | 0 | 0.22 | 0.45 | 157.04 | 0.41 | 0.39 |
| Hex | 3A | 8B | 6C | 3A | 0 | 16 | 2D | 9D | 29 | 27 |
| Octal | 72 | 213 | 154 | 72 | 0 | 26 | 55 | 235 | 51 | 47 |
| Binary | 111010 | 10001011 | 1101100 | 111010 | 0 | 10110 | 101101 | 10011101 | 101001 | 100111 |
Color Harmonies of #3A8B6C
Complementary color
Monochromatic Colors of #3A8B6C
Black with #3A8B6C
Text Example
Text Example
White with #3A8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B6C; }
p { color: rgb(58,139,108); }
H1.HeaderClassName
{
color: #3A8B6C;
}
.AnyTagClassName
{
color: #3A8B6C;
}
</style>
background-color css
<style>
a { background-color: #3A8B6C; }
a { background-color: rgb(58,139,108); }
div.DivClassName
{
background-color: #3A8B6C;
}
.BgClassName
{
background-color: #3A8B6C;
}
</style>
border-color css
<style>
span { border-color: #3A8B6C; }
span { border-color: rgb(58,139,108); }
td.TdClassName
{
border-color: #3A8B6C;
}
.TagClassName
{
border-color: #3A8B6C;
}
</style>