Shades of Viridian #347D65
Tints of Viridian #347D65
RGB
CMYK
RGB Variations
Color information
#347D65 (or 0x347D65) is known color: Viridian. HEX triplet: 34, 7D and 65. RGB value is (52,125,101). Sum of RGB (Red+Green+Blue) = 52+125+101=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 125 - color contains mainly: green. Hex color #347D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D65 is #CB829A. Grayscale: #646464. Windows color (decimal): -13337243 or 6651188. OLE color: 6651188.
HSL color Cylindrical-coordinate representation of color #347D65: hue angle of 160.27º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D65 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 101 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.51 |
| HSL | 160.27º | 0.41% | 0.35% | - |
| HSV(B) | 160.27º | 0.58% | 0.49% | - |
| XYZ | 11.1 | 16.34 | 14.88 | - |
| YUV | 100.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 101 | 0.58 | 0 | 0.19 | 0.51 | 160.27 | 0.41 | 0.35 |
| Hex | 34 | 7D | 65 | 3A | 0 | 13 | 33 | A0 | 29 | 23 |
| Octal | 64 | 175 | 145 | 72 | 0 | 23 | 63 | 240 | 51 | 43 |
| Binary | 110100 | 1111101 | 1100101 | 111010 | 0 | 10011 | 110011 | 10100000 | 101001 | 100011 |
Color Harmonies of #347D65
Complementary color
Monochromatic Colors of #347D65
Black with #347D65
Text Example
Text Example
White with #347D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D65; }
p { color: rgb(52,125,101); }
H1.HeaderClassName
{
color: #347D65;
}
.AnyTagClassName
{
color: #347D65;
}
</style>
background-color css
<style>
a { background-color: #347D65; }
a { background-color: rgb(52,125,101); }
div.DivClassName
{
background-color: #347D65;
}
.BgClassName
{
background-color: #347D65;
}
</style>
border-color css
<style>
span { border-color: #347D65; }
span { border-color: rgb(52,125,101); }
td.TdClassName
{
border-color: #347D65;
}
.TagClassName
{
border-color: #347D65;
}
</style>