Shades of Viridian #3B8A72
Tints of Viridian #3B8A72
RGB
CMYK
RGB Variations
Color information
#3B8A72 (or 0x3B8A72) is known color: Viridian. HEX triplet: 3B, 8A and 72. RGB value is (59,138,114). Sum of RGB (Red+Green+Blue) = 59+138+114=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8A72 is #C4758D. Grayscale: #6F6F6F. Windows color (decimal): -12875150 or 7506491. OLE color: 7506491.
HSL color Cylindrical-coordinate representation of color #3B8A72: hue angle of 161.77º 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 #3B8A72 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 138 | 114 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.46 |
| HSL | 161.77º | 0.4% | 0.39% | - |
| HSV(B) | 161.77º | 0.57% | 0.54% | - |
| XYZ | 13.93 | 20.32 | 19.11 | - |
| YUV | 111.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 114 | 0.57 | 0 | 0.17 | 0.46 | 161.77 | 0.4 | 0.39 |
| Hex | 3B | 8A | 72 | 39 | 0 | 11 | 2E | A2 | 28 | 27 |
| Octal | 73 | 212 | 162 | 71 | 0 | 21 | 56 | 242 | 50 | 47 |
| Binary | 111011 | 10001010 | 1110010 | 111001 | 0 | 10001 | 101110 | 10100010 | 101000 | 100111 |
Color Harmonies of #3B8A72
Complementary color
Monochromatic Colors of #3B8A72
Black with #3B8A72
Text Example
Text Example
White with #3B8A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8A72; }
p { color: rgb(59,138,114); }
H1.HeaderClassName
{
color: #3B8A72;
}
.AnyTagClassName
{
color: #3B8A72;
}
</style>
background-color css
<style>
a { background-color: #3B8A72; }
a { background-color: rgb(59,138,114); }
div.DivClassName
{
background-color: #3B8A72;
}
.BgClassName
{
background-color: #3B8A72;
}
</style>
border-color css
<style>
span { border-color: #3B8A72; }
span { border-color: rgb(59,138,114); }
td.TdClassName
{
border-color: #3B8A72;
}
.TagClassName
{
border-color: #3B8A72;
}
</style>