Shades of Viridian #348264
Tints of Viridian #348264
RGB
CMYK
RGB Variations
Color information
#348264 (or 0x348264) is known color: Viridian. HEX triplet: 34, 82 and 64. RGB value is (52,130,100). Sum of RGB (Red+Green+Blue) = 52+130+100=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #348264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348264 is #CB7D9B. Grayscale: #676767. Windows color (decimal): -13335964 or 6586932. OLE color: 6586932.
HSL color Cylindrical-coordinate representation of color #348264: hue angle of 156.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348264 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 100 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.49 |
| HSL | 156.92º | 0.43% | 0.36% | - |
| HSV(B) | 156.92º | 0.6% | 0.51% | - |
| XYZ | 11.7 | 17.62 | 14.84 | - |
| YUV | 103.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 100 | 0.60 | 0 | 0.23 | 0.49 | 156.92 | 0.43 | 0.36 |
| Hex | 34 | 82 | 64 | 3C | 0 | 17 | 31 | 9D | 2B | 24 |
| Octal | 64 | 202 | 144 | 74 | 0 | 27 | 61 | 235 | 53 | 44 |
| Binary | 110100 | 10000010 | 1100100 | 111100 | 0 | 10111 | 110001 | 10011101 | 101011 | 100100 |
Color Harmonies of #348264
Complementary color
Monochromatic Colors of #348264
Black with #348264
Text Example
Text Example
White with #348264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348264; }
p { color: rgb(52,130,100); }
H1.HeaderClassName
{
color: #348264;
}
.AnyTagClassName
{
color: #348264;
}
</style>
background-color css
<style>
a { background-color: #348264; }
a { background-color: rgb(52,130,100); }
div.DivClassName
{
background-color: #348264;
}
.BgClassName
{
background-color: #348264;
}
</style>
border-color css
<style>
span { border-color: #348264; }
span { border-color: rgb(52,130,100); }
td.TdClassName
{
border-color: #348264;
}
.TagClassName
{
border-color: #348264;
}
</style>