Shades of Viridian #348768
Tints of Viridian #348768
RGB
CMYK
RGB Variations
Color information
#348768 (or 0x348768) is known color: Viridian. HEX triplet: 34, 87 and 68. RGB value is (52,135,104). Sum of RGB (Red+Green+Blue) = 52+135+104=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #348768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348768 is #CB7897. Grayscale: #6A6A6A. Windows color (decimal): -13334680 or 6850356. OLE color: 6850356.
HSL color Cylindrical-coordinate representation of color #348768: hue angle of 157.59º 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 #348768 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 104 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.47 |
| HSL | 157.59º | 0.44% | 0.37% | - |
| HSV(B) | 157.59º | 0.61% | 0.53% | - |
| XYZ | 12.58 | 19.06 | 16.11 | - |
| YUV | 106.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 104 | 0.61 | 0 | 0.23 | 0.47 | 157.59 | 0.44 | 0.37 |
| Hex | 34 | 87 | 68 | 3D | 0 | 17 | 2F | 9E | 2C | 25 |
| Octal | 64 | 207 | 150 | 75 | 0 | 27 | 57 | 236 | 54 | 45 |
| Binary | 110100 | 10000111 | 1101000 | 111101 | 0 | 10111 | 101111 | 10011110 | 101100 | 100101 |
Color Harmonies of #348768
Complementary color
Monochromatic Colors of #348768
Black with #348768
Text Example
Text Example
White with #348768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348768; }
p { color: rgb(52,135,104); }
H1.HeaderClassName
{
color: #348768;
}
.AnyTagClassName
{
color: #348768;
}
</style>
background-color css
<style>
a { background-color: #348768; }
a { background-color: rgb(52,135,104); }
div.DivClassName
{
background-color: #348768;
}
.BgClassName
{
background-color: #348768;
}
</style>
border-color css
<style>
span { border-color: #348768; }
span { border-color: rgb(52,135,104); }
td.TdClassName
{
border-color: #348768;
}
.TagClassName
{
border-color: #348768;
}
</style>