Shades of Viridian #348263
Tints of Viridian #348263
RGB
CMYK
RGB Variations
Color information
#348263 (or 0x348263) is known color: Viridian. HEX triplet: 34, 82 and 63. RGB value is (52,130,99). Sum of RGB (Red+Green+Blue) = 52+130+99=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #348263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348263 is #CB7D9C. Grayscale: #676767. Windows color (decimal): -13335965 or 6521396. OLE color: 6521396.
HSL color Cylindrical-coordinate representation of color #348263: hue angle of 156.15º 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 #348263 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 99 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.49 |
| HSL | 156.15º | 0.43% | 0.36% | - |
| HSV(B) | 156.15º | 0.6% | 0.51% | - |
| XYZ | 11.65 | 17.6 | 14.59 | - |
| YUV | 103.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 99 | 0.60 | 0 | 0.24 | 0.49 | 156.15 | 0.43 | 0.36 |
| Hex | 34 | 82 | 63 | 3C | 0 | 18 | 31 | 9C | 2B | 24 |
| Octal | 64 | 202 | 143 | 74 | 0 | 30 | 61 | 234 | 53 | 44 |
| Binary | 110100 | 10000010 | 1100011 | 111100 | 0 | 11000 | 110001 | 10011100 | 101011 | 100100 |
Color Harmonies of #348263
Complementary color
Monochromatic Colors of #348263
Black with #348263
Text Example
Text Example
White with #348263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348263; }
p { color: rgb(52,130,99); }
H1.HeaderClassName
{
color: #348263;
}
.AnyTagClassName
{
color: #348263;
}
</style>
background-color css
<style>
a { background-color: #348263; }
a { background-color: rgb(52,130,99); }
div.DivClassName
{
background-color: #348263;
}
.BgClassName
{
background-color: #348263;
}
</style>
border-color css
<style>
span { border-color: #348263; }
span { border-color: rgb(52,130,99); }
td.TdClassName
{
border-color: #348263;
}
.TagClassName
{
border-color: #348263;
}
</style>