Shades of Viridian #348B68
Tints of Viridian #348B68
RGB
CMYK
RGB Variations
Color information
#348B68 (or 0x348B68) is known color: Viridian. HEX triplet: 34, 8B and 68. RGB value is (52,139,104). Sum of RGB (Red+Green+Blue) = 52+139+104=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #348B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B68 is #CB7497. Grayscale: #6D6D6D. Windows color (decimal): -13333656 or 6851380. OLE color: 6851380.
HSL color Cylindrical-coordinate representation of color #348B68: hue angle of 155.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B68 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 104 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.45 |
| HSL | 155.86º | 0.46% | 0.37% | - |
| HSV(B) | 155.86º | 0.63% | 0.55% | - |
| XYZ | 13.15 | 20.19 | 16.3 | - |
| YUV | 109 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 104 | 0.63 | 0 | 0.25 | 0.45 | 155.86 | 0.46 | 0.37 |
| Hex | 34 | 8B | 68 | 3F | 0 | 19 | 2D | 9C | 2E | 25 |
| Octal | 64 | 213 | 150 | 77 | 0 | 31 | 55 | 234 | 56 | 45 |
| Binary | 110100 | 10001011 | 1101000 | 111111 | 0 | 11001 | 101101 | 10011100 | 101110 | 100101 |
Color Harmonies of #348B68
Complementary color
Monochromatic Colors of #348B68
Black with #348B68
Text Example
Text Example
White with #348B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B68; }
p { color: rgb(52,139,104); }
H1.HeaderClassName
{
color: #348B68;
}
.AnyTagClassName
{
color: #348B68;
}
</style>
background-color css
<style>
a { background-color: #348B68; }
a { background-color: rgb(52,139,104); }
div.DivClassName
{
background-color: #348B68;
}
.BgClassName
{
background-color: #348B68;
}
</style>
border-color css
<style>
span { border-color: #348B68; }
span { border-color: rgb(52,139,104); }
td.TdClassName
{
border-color: #348B68;
}
.TagClassName
{
border-color: #348B68;
}
</style>