Shades of Viridian #3B8A6E
Tints of Viridian #3B8A6E
RGB
CMYK
RGB Variations
Color information
#3B8A6E (or 0x3B8A6E) is known color: Viridian. HEX triplet: 3B, 8A and 6E. RGB value is (59,138,110). Sum of RGB (Red+Green+Blue) = 59+138+110=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8A6E is #C47591. Grayscale: #6F6F6F. Windows color (decimal): -12875154 or 7244347. OLE color: 7244347.
HSL color Cylindrical-coordinate representation of color #3B8A6E: hue angle of 158.73º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8A6E is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 138 | 110 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.46 |
| HSL | 158.73º | 0.4% | 0.39% | - |
| HSV(B) | 158.73º | 0.57% | 0.54% | - |
| XYZ | 13.71 | 20.23 | 17.93 | - |
| YUV | 111.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 110 | 0.57 | 0 | 0.20 | 0.46 | 158.73 | 0.4 | 0.39 |
| Hex | 3B | 8A | 6E | 39 | 0 | 14 | 2E | 9F | 28 | 27 |
| Octal | 73 | 212 | 156 | 71 | 0 | 24 | 56 | 237 | 50 | 47 |
| Binary | 111011 | 10001010 | 1101110 | 111001 | 0 | 10100 | 101110 | 10011111 | 101000 | 100111 |
Color Harmonies of #3B8A6E
Complementary color
Monochromatic Colors of #3B8A6E
Black with #3B8A6E
Text Example
Text Example
White with #3B8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8A6E; }
p { color: rgb(59,138,110); }
H1.HeaderClassName
{
color: #3B8A6E;
}
.AnyTagClassName
{
color: #3B8A6E;
}
</style>
background-color css
<style>
a { background-color: #3B8A6E; }
a { background-color: rgb(59,138,110); }
div.DivClassName
{
background-color: #3B8A6E;
}
.BgClassName
{
background-color: #3B8A6E;
}
</style>
border-color css
<style>
span { border-color: #3B8A6E; }
span { border-color: rgb(59,138,110); }
td.TdClassName
{
border-color: #3B8A6E;
}
.TagClassName
{
border-color: #3B8A6E;
}
</style>