Shades of Viridian #348363
Tints of Viridian #348363
RGB
CMYK
RGB Variations
Color information
#348363 (or 0x348363) is known color: Viridian. HEX triplet: 34, 83 and 63. RGB value is (52,131,99). Sum of RGB (Red+Green+Blue) = 52+131+99=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #348363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348363 is #CB7C9C. Grayscale: #676767. Windows color (decimal): -13335709 or 6521652. OLE color: 6521652.
HSL color Cylindrical-coordinate representation of color #348363: hue angle of 155.7º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348363 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 99 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.49 |
| HSL | 155.7º | 0.43% | 0.36% | - |
| HSV(B) | 155.7º | 0.6% | 0.51% | - |
| XYZ | 11.78 | 17.86 | 14.63 | - |
| YUV | 103.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 99 | 0.60 | 0 | 0.24 | 0.49 | 155.7 | 0.43 | 0.36 |
| Hex | 34 | 83 | 63 | 3C | 0 | 18 | 31 | 9C | 2B | 24 |
| Octal | 64 | 203 | 143 | 74 | 0 | 30 | 61 | 234 | 53 | 44 |
| Binary | 110100 | 10000011 | 1100011 | 111100 | 0 | 11000 | 110001 | 10011100 | 101011 | 100100 |
Color Harmonies of #348363
Complementary color
Monochromatic Colors of #348363
Black with #348363
Text Example
Text Example
White with #348363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348363; }
p { color: rgb(52,131,99); }
H1.HeaderClassName
{
color: #348363;
}
.AnyTagClassName
{
color: #348363;
}
</style>
background-color css
<style>
a { background-color: #348363; }
a { background-color: rgb(52,131,99); }
div.DivClassName
{
background-color: #348363;
}
.BgClassName
{
background-color: #348363;
}
</style>
border-color css
<style>
span { border-color: #348363; }
span { border-color: rgb(52,131,99); }
td.TdClassName
{
border-color: #348363;
}
.TagClassName
{
border-color: #348363;
}
</style>