Shades of Viridian #357D65
Tints of Viridian #357D65
RGB
CMYK
RGB Variations
Color information
#357D65 (or 0x357D65) is known color: Viridian. HEX triplet: 35, 7D and 65. RGB value is (53,125,101). Sum of RGB (Red+Green+Blue) = 53+125+101=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #357D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D65 is #CA829A. Grayscale: #646464. Windows color (decimal): -13271707 or 6651189. OLE color: 6651189.
HSL color Cylindrical-coordinate representation of color #357D65: hue angle of 160º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D65 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 101 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.51 |
| HSL | 160º | 0.4% | 0.35% | - |
| HSV(B) | 160º | 0.58% | 0.49% | - |
| XYZ | 11.15 | 16.36 | 14.88 | - |
| YUV | 100.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 101 | 0.58 | 0 | 0.19 | 0.51 | 160 | 0.4 | 0.35 |
| Hex | 35 | 7D | 65 | 3A | 0 | 13 | 33 | A0 | 28 | 23 |
| Octal | 65 | 175 | 145 | 72 | 0 | 23 | 63 | 240 | 50 | 43 |
| Binary | 110101 | 1111101 | 1100101 | 111010 | 0 | 10011 | 110011 | 10100000 | 101000 | 100011 |
Color Harmonies of #357D65
Complementary color
Monochromatic Colors of #357D65
Black with #357D65
Text Example
Text Example
White with #357D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D65; }
p { color: rgb(53,125,101); }
H1.HeaderClassName
{
color: #357D65;
}
.AnyTagClassName
{
color: #357D65;
}
</style>
background-color css
<style>
a { background-color: #357D65; }
a { background-color: rgb(53,125,101); }
div.DivClassName
{
background-color: #357D65;
}
.BgClassName
{
background-color: #357D65;
}
</style>
border-color css
<style>
span { border-color: #357D65; }
span { border-color: rgb(53,125,101); }
td.TdClassName
{
border-color: #357D65;
}
.TagClassName
{
border-color: #357D65;
}
</style>