Shades of Viridian #348865
Tints of Viridian #348865
RGB
CMYK
RGB Variations
Color information
#348865 (or 0x348865) is known color: Viridian. HEX triplet: 34, 88 and 65. RGB value is (52,136,101). Sum of RGB (Red+Green+Blue) = 52+136+101=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #348865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348865 is #CB779A. Grayscale: #6A6A6A. Windows color (decimal): -13334427 or 6654004. OLE color: 6654004.
HSL color Cylindrical-coordinate representation of color #348865: hue angle of 155º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348865 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 101 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.47 |
| HSL | 155º | 0.45% | 0.37% | - |
| HSV(B) | 155º | 0.62% | 0.53% | - |
| XYZ | 12.57 | 19.28 | 15.37 | - |
| YUV | 106.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 101 | 0.62 | 0 | 0.26 | 0.47 | 155 | 0.45 | 0.37 |
| Hex | 34 | 88 | 65 | 3E | 0 | 1A | 2F | 9B | 2D | 25 |
| Octal | 64 | 210 | 145 | 76 | 0 | 32 | 57 | 233 | 55 | 45 |
| Binary | 110100 | 10001000 | 1100101 | 111110 | 0 | 11010 | 101111 | 10011011 | 101101 | 100101 |
Color Harmonies of #348865
Complementary color
Monochromatic Colors of #348865
Black with #348865
Text Example
Text Example
White with #348865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348865; }
p { color: rgb(52,136,101); }
H1.HeaderClassName
{
color: #348865;
}
.AnyTagClassName
{
color: #348865;
}
</style>
background-color css
<style>
a { background-color: #348865; }
a { background-color: rgb(52,136,101); }
div.DivClassName
{
background-color: #348865;
}
.BgClassName
{
background-color: #348865;
}
</style>
border-color css
<style>
span { border-color: #348865; }
span { border-color: rgb(52,136,101); }
td.TdClassName
{
border-color: #348865;
}
.TagClassName
{
border-color: #348865;
}
</style>