Shades of Viridian #348C6D
Tints of Viridian #348C6D
RGB
CMYK
RGB Variations
Color information
#348C6D (or 0x348C6D) is known color: Viridian. HEX triplet: 34, 8C and 6D. RGB value is (52,140,109). Sum of RGB (Red+Green+Blue) = 52+140+109=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #348C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C6D is #CB7392. Grayscale: #6E6E6E. Windows color (decimal): -13333395 or 7179316. OLE color: 7179316.
HSL color Cylindrical-coordinate representation of color #348C6D: hue angle of 158.86º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C6D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 109 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.45 |
| HSL | 158.86º | 0.46% | 0.38% | - |
| HSV(B) | 158.86º | 0.63% | 0.55% | - |
| XYZ | 13.55 | 20.59 | 17.73 | - |
| YUV | 110.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 109 | 0.63 | 0 | 0.22 | 0.45 | 158.86 | 0.46 | 0.38 |
| Hex | 34 | 8C | 6D | 3F | 0 | 16 | 2D | 9F | 2E | 26 |
| Octal | 64 | 214 | 155 | 77 | 0 | 26 | 55 | 237 | 56 | 46 |
| Binary | 110100 | 10001100 | 1101101 | 111111 | 0 | 10110 | 101101 | 10011111 | 101110 | 100110 |
Color Harmonies of #348C6D
Complementary color
Monochromatic Colors of #348C6D
Black with #348C6D
Text Example
Text Example
White with #348C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C6D; }
p { color: rgb(52,140,109); }
H1.HeaderClassName
{
color: #348C6D;
}
.AnyTagClassName
{
color: #348C6D;
}
</style>
background-color css
<style>
a { background-color: #348C6D; }
a { background-color: rgb(52,140,109); }
div.DivClassName
{
background-color: #348C6D;
}
.BgClassName
{
background-color: #348C6D;
}
</style>
border-color css
<style>
span { border-color: #348C6D; }
span { border-color: rgb(52,140,109); }
td.TdClassName
{
border-color: #348C6D;
}
.TagClassName
{
border-color: #348C6D;
}
</style>