Shades of Viridian #348268
Tints of Viridian #348268
RGB
CMYK
RGB Variations
Color information
#348268 (or 0x348268) is known color: Viridian. HEX triplet: 34, 82 and 68. RGB value is (52,130,104). Sum of RGB (Red+Green+Blue) = 52+130+104=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #348268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348268 is #CB7D97. Grayscale: #676767. Windows color (decimal): -13335960 or 6849076. OLE color: 6849076.
HSL color Cylindrical-coordinate representation of color #348268: hue angle of 160º 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 #348268 is Cyan = 0.60, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 104 | - |
| CMYK | 0.60 | 0 | 0.2 | 0.49 |
| HSL | 160º | 0.43% | 0.36% | - |
| HSV(B) | 160º | 0.6% | 0.51% | - |
| XYZ | 11.9 | 17.69 | 15.89 | - |
| YUV | 103.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 104 | 0.60 | 0 | 0.2 | 0.49 | 160 | 0.43 | 0.36 |
| Hex | 34 | 82 | 68 | 3C | 0 | 14 | 31 | A0 | 2B | 24 |
| Octal | 64 | 202 | 150 | 74 | 0 | 24 | 61 | 240 | 53 | 44 |
| Binary | 110100 | 10000010 | 1101000 | 111100 | 0 | 10100 | 110001 | 10100000 | 101011 | 100100 |
Color Harmonies of #348268
Complementary color
Monochromatic Colors of #348268
Black with #348268
Text Example
Text Example
White with #348268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348268; }
p { color: rgb(52,130,104); }
H1.HeaderClassName
{
color: #348268;
}
.AnyTagClassName
{
color: #348268;
}
</style>
background-color css
<style>
a { background-color: #348268; }
a { background-color: rgb(52,130,104); }
div.DivClassName
{
background-color: #348268;
}
.BgClassName
{
background-color: #348268;
}
</style>
border-color css
<style>
span { border-color: #348268; }
span { border-color: rgb(52,130,104); }
td.TdClassName
{
border-color: #348268;
}
.TagClassName
{
border-color: #348268;
}
</style>