Shades of Viridian #347D64
Tints of Viridian #347D64
RGB
CMYK
RGB Variations
Color information
#347D64 (or 0x347D64) is known color: Viridian. HEX triplet: 34, 7D and 64. RGB value is (52,125,100). Sum of RGB (Red+Green+Blue) = 52+125+100=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #347D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D64 is #CB829B. Grayscale: #646464. Windows color (decimal): -13337244 or 6585652. OLE color: 6585652.
HSL color Cylindrical-coordinate representation of color #347D64: hue angle of 159.45º 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 #347D64 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 100 | - |
| CMYK | 0.58 | 0 | 0.2 | 0.51 |
| HSL | 159.45º | 0.41% | 0.35% | - |
| HSV(B) | 159.45º | 0.58% | 0.49% | - |
| XYZ | 11.05 | 16.32 | 14.62 | - |
| YUV | 100.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 100 | 0.58 | 0 | 0.2 | 0.51 | 159.45 | 0.41 | 0.35 |
| Hex | 34 | 7D | 64 | 3A | 0 | 14 | 33 | 9F | 29 | 23 |
| Octal | 64 | 175 | 144 | 72 | 0 | 24 | 63 | 237 | 51 | 43 |
| Binary | 110100 | 1111101 | 1100100 | 111010 | 0 | 10100 | 110011 | 10011111 | 101001 | 100011 |
Color Harmonies of #347D64
Complementary color
Monochromatic Colors of #347D64
Black with #347D64
Text Example
Text Example
White with #347D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D64; }
p { color: rgb(52,125,100); }
H1.HeaderClassName
{
color: #347D64;
}
.AnyTagClassName
{
color: #347D64;
}
</style>
background-color css
<style>
a { background-color: #347D64; }
a { background-color: rgb(52,125,100); }
div.DivClassName
{
background-color: #347D64;
}
.BgClassName
{
background-color: #347D64;
}
</style>
border-color css
<style>
span { border-color: #347D64; }
span { border-color: rgb(52,125,100); }
td.TdClassName
{
border-color: #347D64;
}
.TagClassName
{
border-color: #347D64;
}
</style>