Shades of Viridian #348164
Tints of Viridian #348164
RGB
CMYK
RGB Variations
Color information
#348164 (or 0x348164) is known color: Viridian. HEX triplet: 34, 81 and 64. RGB value is (52,129,100). Sum of RGB (Red+Green+Blue) = 52+129+100=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #348164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348164 is #CB7E9B. Grayscale: #666666. Windows color (decimal): -13336220 or 6586676. OLE color: 6586676.
HSL color Cylindrical-coordinate representation of color #348164: hue angle of 157.4º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348164 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 100 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.49 |
| HSL | 157.4º | 0.43% | 0.35% | - |
| HSV(B) | 157.4º | 0.6% | 0.51% | - |
| XYZ | 11.57 | 17.35 | 14.8 | - |
| YUV | 102.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 100 | 0.60 | 0 | 0.22 | 0.49 | 157.4 | 0.43 | 0.35 |
| Hex | 34 | 81 | 64 | 3C | 0 | 16 | 31 | 9D | 2B | 23 |
| Octal | 64 | 201 | 144 | 74 | 0 | 26 | 61 | 235 | 53 | 43 |
| Binary | 110100 | 10000001 | 1100100 | 111100 | 0 | 10110 | 110001 | 10011101 | 101011 | 100011 |
Color Harmonies of #348164
Complementary color
Monochromatic Colors of #348164
Black with #348164
Text Example
Text Example
White with #348164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348164; }
p { color: rgb(52,129,100); }
H1.HeaderClassName
{
color: #348164;
}
.AnyTagClassName
{
color: #348164;
}
</style>
background-color css
<style>
a { background-color: #348164; }
a { background-color: rgb(52,129,100); }
div.DivClassName
{
background-color: #348164;
}
.BgClassName
{
background-color: #348164;
}
</style>
border-color css
<style>
span { border-color: #348164; }
span { border-color: rgb(52,129,100); }
td.TdClassName
{
border-color: #348164;
}
.TagClassName
{
border-color: #348164;
}
</style>