Shades of Viridian #357F63
Tints of Viridian #357F63
RGB
CMYK
RGB Variations
Color information
#357F63 (or 0x357F63) is known color: Viridian. HEX triplet: 35, 7F and 63. RGB value is (53,127,99). Sum of RGB (Red+Green+Blue) = 53+127+99=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #357F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F63 is #CA809C. Grayscale: #656565. Windows color (decimal): -13271197 or 6520629. OLE color: 6520629.
HSL color Cylindrical-coordinate representation of color #357F63: hue angle of 157.3º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F63 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 99 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.50 |
| HSL | 157.3º | 0.41% | 0.35% | - |
| HSV(B) | 157.3º | 0.58% | 0.5% | - |
| XYZ | 11.31 | 16.84 | 14.46 | - |
| YUV | 101.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 99 | 0.58 | 0 | 0.22 | 0.50 | 157.3 | 0.41 | 0.35 |
| Hex | 35 | 7F | 63 | 3A | 0 | 16 | 32 | 9D | 29 | 23 |
| Octal | 65 | 177 | 143 | 72 | 0 | 26 | 62 | 235 | 51 | 43 |
| Binary | 110101 | 1111111 | 1100011 | 111010 | 0 | 10110 | 110010 | 10011101 | 101001 | 100011 |
Color Harmonies of #357F63
Complementary color
Monochromatic Colors of #357F63
Black with #357F63
Text Example
Text Example
White with #357F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F63; }
p { color: rgb(53,127,99); }
H1.HeaderClassName
{
color: #357F63;
}
.AnyTagClassName
{
color: #357F63;
}
</style>
background-color css
<style>
a { background-color: #357F63; }
a { background-color: rgb(53,127,99); }
div.DivClassName
{
background-color: #357F63;
}
.BgClassName
{
background-color: #357F63;
}
</style>
border-color css
<style>
span { border-color: #357F63; }
span { border-color: rgb(53,127,99); }
td.TdClassName
{
border-color: #357F63;
}
.TagClassName
{
border-color: #357F63;
}
</style>