Shades of Viridian #348773
Tints of Viridian #348773
RGB
CMYK
RGB Variations
Color information
#348773 (or 0x348773) is known color: Viridian. HEX triplet: 34, 87 and 73. RGB value is (52,135,115). Sum of RGB (Red+Green+Blue) = 52+135+115=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #348773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348773 is #CB788C. Grayscale: #6B6B6B. Windows color (decimal): -13334669 or 7571252. OLE color: 7571252.
HSL color Cylindrical-coordinate representation of color #348773: hue angle of 165.54º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348773 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 115 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.47 |
| HSL | 165.54º | 0.44% | 0.37% | - |
| HSV(B) | 165.54º | 0.61% | 0.53% | - |
| XYZ | 13.17 | 19.3 | 19.25 | - |
| YUV | 107.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 115 | 0.61 | 0 | 0.15 | 0.47 | 165.54 | 0.44 | 0.37 |
| Hex | 34 | 87 | 73 | 3D | 0 | F | 2F | A6 | 2C | 25 |
| Octal | 64 | 207 | 163 | 75 | 0 | 17 | 57 | 246 | 54 | 45 |
| Binary | 110100 | 10000111 | 1110011 | 111101 | 0 | 1111 | 101111 | 10100110 | 101100 | 100101 |
Color Harmonies of #348773
Complementary color
Monochromatic Colors of #348773
Black with #348773
Text Example
Text Example
White with #348773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348773; }
p { color: rgb(52,135,115); }
H1.HeaderClassName
{
color: #348773;
}
.AnyTagClassName
{
color: #348773;
}
</style>
background-color css
<style>
a { background-color: #348773; }
a { background-color: rgb(52,135,115); }
div.DivClassName
{
background-color: #348773;
}
.BgClassName
{
background-color: #348773;
}
</style>
border-color css
<style>
span { border-color: #348773; }
span { border-color: rgb(52,135,115); }
td.TdClassName
{
border-color: #348773;
}
.TagClassName
{
border-color: #348773;
}
</style>