Shades of Viridian #357C63
Tints of Viridian #357C63
RGB
CMYK
RGB Variations
Color information
#357C63 (or 0x357C63) is known color: Viridian. HEX triplet: 35, 7C and 63. RGB value is (53,124,99). Sum of RGB (Red+Green+Blue) = 53+124+99=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #357C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C63 is #CA839C. Grayscale: #636363. Windows color (decimal): -13271965 or 6519861. OLE color: 6519861.
HSL color Cylindrical-coordinate representation of color #357C63: hue angle of 158.87º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C63 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 99 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.51 |
| HSL | 158.87º | 0.4% | 0.35% | - |
| HSV(B) | 158.87º | 0.57% | 0.49% | - |
| XYZ | 10.93 | 16.07 | 14.33 | - |
| YUV | 99.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 99 | 0.57 | 0 | 0.20 | 0.51 | 158.87 | 0.4 | 0.35 |
| Hex | 35 | 7C | 63 | 39 | 0 | 14 | 33 | 9F | 28 | 23 |
| Octal | 65 | 174 | 143 | 71 | 0 | 24 | 63 | 237 | 50 | 43 |
| Binary | 110101 | 1111100 | 1100011 | 111001 | 0 | 10100 | 110011 | 10011111 | 101000 | 100011 |
Color Harmonies of #357C63
Complementary color
Monochromatic Colors of #357C63
Black with #357C63
Text Example
Text Example
White with #357C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C63; }
p { color: rgb(53,124,99); }
H1.HeaderClassName
{
color: #357C63;
}
.AnyTagClassName
{
color: #357C63;
}
</style>
background-color css
<style>
a { background-color: #357C63; }
a { background-color: rgb(53,124,99); }
div.DivClassName
{
background-color: #357C63;
}
.BgClassName
{
background-color: #357C63;
}
</style>
border-color css
<style>
span { border-color: #357C63; }
span { border-color: rgb(53,124,99); }
td.TdClassName
{
border-color: #357C63;
}
.TagClassName
{
border-color: #357C63;
}
</style>