Shades of Viridian #348C72
Tints of Viridian #348C72
RGB
CMYK
RGB Variations
Color information
#348C72 (or 0x348C72) is known color: Viridian. HEX triplet: 34, 8C and 72. RGB value is (52,140,114). Sum of RGB (Red+Green+Blue) = 52+140+114=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #348C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C72 is #CB738D. Grayscale: #6E6E6E. Windows color (decimal): -13333390 or 7506996. OLE color: 7506996.
HSL color Cylindrical-coordinate representation of color #348C72: hue angle of 162.27º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C72 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 114 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.45 |
| HSL | 162.27º | 0.46% | 0.38% | - |
| HSV(B) | 162.27º | 0.63% | 0.55% | - |
| XYZ | 13.83 | 20.7 | 19.19 | - |
| YUV | 110.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 114 | 0.63 | 0 | 0.19 | 0.45 | 162.27 | 0.46 | 0.38 |
| Hex | 34 | 8C | 72 | 3F | 0 | 13 | 2D | A2 | 2E | 26 |
| Octal | 64 | 214 | 162 | 77 | 0 | 23 | 55 | 242 | 56 | 46 |
| Binary | 110100 | 10001100 | 1110010 | 111111 | 0 | 10011 | 101101 | 10100010 | 101110 | 100110 |
Color Harmonies of #348C72
Complementary color
Monochromatic Colors of #348C72
Black with #348C72
Text Example
Text Example
White with #348C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C72; }
p { color: rgb(52,140,114); }
H1.HeaderClassName
{
color: #348C72;
}
.AnyTagClassName
{
color: #348C72;
}
</style>
background-color css
<style>
a { background-color: #348C72; }
a { background-color: rgb(52,140,114); }
div.DivClassName
{
background-color: #348C72;
}
.BgClassName
{
background-color: #348C72;
}
</style>
border-color css
<style>
span { border-color: #348C72; }
span { border-color: rgb(52,140,114); }
td.TdClassName
{
border-color: #348C72;
}
.TagClassName
{
border-color: #348C72;
}
</style>