Shades of Viridian #348E6B
Tints of Viridian #348E6B
RGB
CMYK
RGB Variations
Color information
#348E6B (or 0x348E6B) is known color: Viridian. HEX triplet: 34, 8E and 6B. RGB value is (52,142,107). Sum of RGB (Red+Green+Blue) = 52+142+107=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #348E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E6B is #CB7194. Grayscale: #6F6F6F. Windows color (decimal): -13332885 or 7048756. OLE color: 7048756.
HSL color Cylindrical-coordinate representation of color #348E6B: hue angle of 156.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E6B is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 107 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.44 |
| HSL | 156.67º | 0.46% | 0.38% | - |
| HSV(B) | 156.67º | 0.63% | 0.56% | - |
| XYZ | 13.74 | 21.14 | 17.27 | - |
| YUV | 111.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 107 | 0.63 | 0 | 0.25 | 0.44 | 156.67 | 0.46 | 0.38 |
| Hex | 34 | 8E | 6B | 3F | 0 | 19 | 2C | 9D | 2E | 26 |
| Octal | 64 | 216 | 153 | 77 | 0 | 31 | 54 | 235 | 56 | 46 |
| Binary | 110100 | 10001110 | 1101011 | 111111 | 0 | 11001 | 101100 | 10011101 | 101110 | 100110 |
Color Harmonies of #348E6B
Complementary color
Monochromatic Colors of #348E6B
Black with #348E6B
Text Example
Text Example
White with #348E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E6B; }
p { color: rgb(52,142,107); }
H1.HeaderClassName
{
color: #348E6B;
}
.AnyTagClassName
{
color: #348E6B;
}
</style>
background-color css
<style>
a { background-color: #348E6B; }
a { background-color: rgb(52,142,107); }
div.DivClassName
{
background-color: #348E6B;
}
.BgClassName
{
background-color: #348E6B;
}
</style>
border-color css
<style>
span { border-color: #348E6B; }
span { border-color: rgb(52,142,107); }
td.TdClassName
{
border-color: #348E6B;
}
.TagClassName
{
border-color: #348E6B;
}
</style>