Shades of Viridian #348765
Tints of Viridian #348765
RGB
CMYK
RGB Variations
Color information
#348765 (or 0x348765) is known color: Viridian. HEX triplet: 34, 87 and 65. RGB value is (52,135,101). Sum of RGB (Red+Green+Blue) = 52+135+101=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #348765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348765 is #CB789A. Grayscale: #6A6A6A. Windows color (decimal): -13334683 or 6653748. OLE color: 6653748.
HSL color Cylindrical-coordinate representation of color #348765: hue angle of 155.42º 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 #348765 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 101 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.47 |
| HSL | 155.42º | 0.44% | 0.37% | - |
| HSV(B) | 155.42º | 0.61% | 0.53% | - |
| XYZ | 12.43 | 19 | 15.32 | - |
| YUV | 106.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 101 | 0.61 | 0 | 0.25 | 0.47 | 155.42 | 0.44 | 0.37 |
| Hex | 34 | 87 | 65 | 3D | 0 | 19 | 2F | 9B | 2C | 25 |
| Octal | 64 | 207 | 145 | 75 | 0 | 31 | 57 | 233 | 54 | 45 |
| Binary | 110100 | 10000111 | 1100101 | 111101 | 0 | 11001 | 101111 | 10011011 | 101100 | 100101 |
Color Harmonies of #348765
Complementary color
Monochromatic Colors of #348765
Black with #348765
Text Example
Text Example
White with #348765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348765; }
p { color: rgb(52,135,101); }
H1.HeaderClassName
{
color: #348765;
}
.AnyTagClassName
{
color: #348765;
}
</style>
background-color css
<style>
a { background-color: #348765; }
a { background-color: rgb(52,135,101); }
div.DivClassName
{
background-color: #348765;
}
.BgClassName
{
background-color: #348765;
}
</style>
border-color css
<style>
span { border-color: #348765; }
span { border-color: rgb(52,135,101); }
td.TdClassName
{
border-color: #348765;
}
.TagClassName
{
border-color: #348765;
}
</style>