Shades of Viridian #348B7A
Tints of Viridian #348B7A
RGB
CMYK
RGB Variations
Color information
#348B7A (or 0x348B7A) is known color: Viridian. HEX triplet: 34, 8B and 7A. RGB value is (52,139,122). Sum of RGB (Red+Green+Blue) = 52+139+122=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #348B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B7A is #CB7485. Grayscale: #6F6F6F. Windows color (decimal): -13333638 or 8031028. OLE color: 8031028.
HSL color Cylindrical-coordinate representation of color #348B7A: hue angle of 168.28º 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 #348B7A is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 122 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.45 |
| HSL | 168.28º | 0.46% | 0.37% | - |
| HSV(B) | 168.28º | 0.63% | 0.55% | - |
| XYZ | 14.16 | 20.6 | 21.64 | - |
| YUV | 111.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 122 | 0.63 | 0 | 0.12 | 0.45 | 168.28 | 0.46 | 0.37 |
| Hex | 34 | 8B | 7A | 3F | 0 | C | 2D | A8 | 2E | 25 |
| Octal | 64 | 213 | 172 | 77 | 0 | 14 | 55 | 250 | 56 | 45 |
| Binary | 110100 | 10001011 | 1111010 | 111111 | 0 | 1100 | 101101 | 10101000 | 101110 | 100101 |
Color Harmonies of #348B7A
Complementary color
Monochromatic Colors of #348B7A
Black with #348B7A
Text Example
Text Example
White with #348B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B7A; }
p { color: rgb(52,139,122); }
H1.HeaderClassName
{
color: #348B7A;
}
.AnyTagClassName
{
color: #348B7A;
}
</style>
background-color css
<style>
a { background-color: #348B7A; }
a { background-color: rgb(52,139,122); }
div.DivClassName
{
background-color: #348B7A;
}
.BgClassName
{
background-color: #348B7A;
}
</style>
border-color css
<style>
span { border-color: #348B7A; }
span { border-color: rgb(52,139,122); }
td.TdClassName
{
border-color: #348B7A;
}
.TagClassName
{
border-color: #348B7A;
}
</style>