Shades of Viridian #348665
Tints of Viridian #348665
RGB
CMYK
RGB Variations
Color information
#348665 (or 0x348665) is known color: Viridian. HEX triplet: 34, 86 and 65. RGB value is (52,134,101). Sum of RGB (Red+Green+Blue) = 52+134+101=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #348665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348665 is #CB799A. Grayscale: #696969. Windows color (decimal): -13334939 or 6653492. OLE color: 6653492.
HSL color Cylindrical-coordinate representation of color #348665: hue angle of 155.85º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348665 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 101 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.47 |
| HSL | 155.85º | 0.44% | 0.36% | - |
| HSV(B) | 155.85º | 0.61% | 0.53% | - |
| XYZ | 12.29 | 18.72 | 15.28 | - |
| YUV | 105.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 101 | 0.61 | 0 | 0.25 | 0.47 | 155.85 | 0.44 | 0.36 |
| Hex | 34 | 86 | 65 | 3D | 0 | 19 | 2F | 9C | 2C | 24 |
| Octal | 64 | 206 | 145 | 75 | 0 | 31 | 57 | 234 | 54 | 44 |
| Binary | 110100 | 10000110 | 1100101 | 111101 | 0 | 11001 | 101111 | 10011100 | 101100 | 100100 |
Color Harmonies of #348665
Complementary color
Monochromatic Colors of #348665
Black with #348665
Text Example
Text Example
White with #348665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348665; }
p { color: rgb(52,134,101); }
H1.HeaderClassName
{
color: #348665;
}
.AnyTagClassName
{
color: #348665;
}
</style>
background-color css
<style>
a { background-color: #348665; }
a { background-color: rgb(52,134,101); }
div.DivClassName
{
background-color: #348665;
}
.BgClassName
{
background-color: #348665;
}
</style>
border-color css
<style>
span { border-color: #348665; }
span { border-color: rgb(52,134,101); }
td.TdClassName
{
border-color: #348665;
}
.TagClassName
{
border-color: #348665;
}
</style>