Shades of Viridian #358764
Tints of Viridian #358764
RGB
CMYK
RGB Variations
Color information
#358764 (or 0x358764) is known color: Viridian. HEX triplet: 35, 87 and 64. RGB value is (53,135,100). Sum of RGB (Red+Green+Blue) = 53+135+100=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #358764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358764 is #CA789B. Grayscale: #6A6A6A. Windows color (decimal): -13269148 or 6588213. OLE color: 6588213.
HSL color Cylindrical-coordinate representation of color #358764: hue angle of 154.39º 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 #358764 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 100 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.47 |
| HSL | 154.39º | 0.44% | 0.37% | - |
| HSV(B) | 154.39º | 0.61% | 0.53% | - |
| XYZ | 12.43 | 19 | 15.07 | - |
| YUV | 106.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 100 | 0.61 | 0 | 0.26 | 0.47 | 154.39 | 0.44 | 0.37 |
| Hex | 35 | 87 | 64 | 3D | 0 | 1A | 2F | 9A | 2C | 25 |
| Octal | 65 | 207 | 144 | 75 | 0 | 32 | 57 | 232 | 54 | 45 |
| Binary | 110101 | 10000111 | 1100100 | 111101 | 0 | 11010 | 101111 | 10011010 | 101100 | 100101 |
Color Harmonies of #358764
Complementary color
Monochromatic Colors of #358764
Black with #358764
Text Example
Text Example
White with #358764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358764; }
p { color: rgb(53,135,100); }
H1.HeaderClassName
{
color: #358764;
}
.AnyTagClassName
{
color: #358764;
}
</style>
background-color css
<style>
a { background-color: #358764; }
a { background-color: rgb(53,135,100); }
div.DivClassName
{
background-color: #358764;
}
.BgClassName
{
background-color: #358764;
}
</style>
border-color css
<style>
span { border-color: #358764; }
span { border-color: rgb(53,135,100); }
td.TdClassName
{
border-color: #358764;
}
.TagClassName
{
border-color: #358764;
}
</style>