Shades of Viridian #348A72
Tints of Viridian #348A72
RGB
CMYK
RGB Variations
Color information
#348A72 (or 0x348A72) is known color: Viridian. HEX triplet: 34, 8A and 72. RGB value is (52,138,114). Sum of RGB (Red+Green+Blue) = 52+138+114=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #348A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A72 is #CB758D. Grayscale: #6D6D6D. Windows color (decimal): -13333902 or 7506484. OLE color: 7506484.
HSL color Cylindrical-coordinate representation of color #348A72: hue angle of 163.26º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A72 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 114 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.46 |
| HSL | 163.26º | 0.45% | 0.37% | - |
| HSV(B) | 163.26º | 0.62% | 0.54% | - |
| XYZ | 13.54 | 20.12 | 19.09 | - |
| YUV | 109.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 114 | 0.62 | 0 | 0.17 | 0.46 | 163.26 | 0.45 | 0.37 |
| Hex | 34 | 8A | 72 | 3E | 0 | 11 | 2E | A3 | 2D | 25 |
| Octal | 64 | 212 | 162 | 76 | 0 | 21 | 56 | 243 | 55 | 45 |
| Binary | 110100 | 10001010 | 1110010 | 111110 | 0 | 10001 | 101110 | 10100011 | 101101 | 100101 |
Color Harmonies of #348A72
Complementary color
Monochromatic Colors of #348A72
Black with #348A72
Text Example
Text Example
White with #348A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A72; }
p { color: rgb(52,138,114); }
H1.HeaderClassName
{
color: #348A72;
}
.AnyTagClassName
{
color: #348A72;
}
</style>
background-color css
<style>
a { background-color: #348A72; }
a { background-color: rgb(52,138,114); }
div.DivClassName
{
background-color: #348A72;
}
.BgClassName
{
background-color: #348A72;
}
</style>
border-color css
<style>
span { border-color: #348A72; }
span { border-color: rgb(52,138,114); }
td.TdClassName
{
border-color: #348A72;
}
.TagClassName
{
border-color: #348A72;
}
</style>