Shades of Viridian #348975
Tints of Viridian #348975
RGB
CMYK
RGB Variations
Color information
#348975 (or 0x348975) is known color: Viridian. HEX triplet: 34, 89 and 75. RGB value is (52,137,117). Sum of RGB (Red+Green+Blue) = 52+137+117=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #348975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348975 is #CB768A. Grayscale: #6D6D6D. Windows color (decimal): -13334155 or 7702836. OLE color: 7702836.
HSL color Cylindrical-coordinate representation of color #348975: hue angle of 165.88º 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 #348975 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 117 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.46 |
| HSL | 165.88º | 0.45% | 0.37% | - |
| HSV(B) | 165.88º | 0.62% | 0.54% | - |
| XYZ | 13.57 | 19.91 | 19.96 | - |
| YUV | 109.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 117 | 0.62 | 0 | 0.15 | 0.46 | 165.88 | 0.45 | 0.37 |
| Hex | 34 | 89 | 75 | 3E | 0 | F | 2E | A6 | 2D | 25 |
| Octal | 64 | 211 | 165 | 76 | 0 | 17 | 56 | 246 | 55 | 45 |
| Binary | 110100 | 10001001 | 1110101 | 111110 | 0 | 1111 | 101110 | 10100110 | 101101 | 100101 |
Color Harmonies of #348975
Complementary color
Monochromatic Colors of #348975
Black with #348975
Text Example
Text Example
White with #348975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348975; }
p { color: rgb(52,137,117); }
H1.HeaderClassName
{
color: #348975;
}
.AnyTagClassName
{
color: #348975;
}
</style>
background-color css
<style>
a { background-color: #348975; }
a { background-color: rgb(52,137,117); }
div.DivClassName
{
background-color: #348975;
}
.BgClassName
{
background-color: #348975;
}
</style>
border-color css
<style>
span { border-color: #348975; }
span { border-color: rgb(52,137,117); }
td.TdClassName
{
border-color: #348975;
}
.TagClassName
{
border-color: #348975;
}
</style>