Shades of Viridian #348672
Tints of Viridian #348672
RGB
CMYK
RGB Variations
Color information
#348672 (or 0x348672) is known color: Viridian. HEX triplet: 34, 86 and 72. RGB value is (52,134,114). Sum of RGB (Red+Green+Blue) = 52+134+114=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #348672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348672 is #CB798D. Grayscale: #6B6B6B. Windows color (decimal): -13334926 or 7505460. OLE color: 7505460.
HSL color Cylindrical-coordinate representation of color #348672: hue angle of 165.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348672 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 114 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.47 |
| HSL | 165.37º | 0.44% | 0.36% | - |
| HSV(B) | 165.37º | 0.61% | 0.53% | - |
| XYZ | 12.98 | 19 | 18.9 | - |
| YUV | 107.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 114 | 0.61 | 0 | 0.15 | 0.47 | 165.37 | 0.44 | 0.36 |
| Hex | 34 | 86 | 72 | 3D | 0 | F | 2F | A5 | 2C | 24 |
| Octal | 64 | 206 | 162 | 75 | 0 | 17 | 57 | 245 | 54 | 44 |
| Binary | 110100 | 10000110 | 1110010 | 111101 | 0 | 1111 | 101111 | 10100101 | 101100 | 100100 |
Color Harmonies of #348672
Complementary color
Monochromatic Colors of #348672
Black with #348672
Text Example
Text Example
White with #348672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348672; }
p { color: rgb(52,134,114); }
H1.HeaderClassName
{
color: #348672;
}
.AnyTagClassName
{
color: #348672;
}
</style>
background-color css
<style>
a { background-color: #348672; }
a { background-color: rgb(52,134,114); }
div.DivClassName
{
background-color: #348672;
}
.BgClassName
{
background-color: #348672;
}
</style>
border-color css
<style>
span { border-color: #348672; }
span { border-color: rgb(52,134,114); }
td.TdClassName
{
border-color: #348672;
}
.TagClassName
{
border-color: #348672;
}
</style>