Shades of Viridian #357E66
Tints of Viridian #357E66
RGB
CMYK
RGB Variations
Color information
#357E66 (or 0x357E66) is known color: Viridian. HEX triplet: 35, 7E and 66. RGB value is (53,126,102). Sum of RGB (Red+Green+Blue) = 53+126+102=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #357E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E66 is #CA8199. Grayscale: #656565. Windows color (decimal): -13271450 or 6716981. OLE color: 6716981.
HSL color Cylindrical-coordinate representation of color #357E66: hue angle of 160.27º degrees, saturation: 0.41, 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 #357E66 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 102 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.51 |
| HSL | 160.27º | 0.41% | 0.35% | - |
| HSV(B) | 160.27º | 0.58% | 0.49% | - |
| XYZ | 11.33 | 16.64 | 15.18 | - |
| YUV | 101.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 102 | 0.58 | 0 | 0.19 | 0.51 | 160.27 | 0.41 | 0.35 |
| Hex | 35 | 7E | 66 | 3A | 0 | 13 | 33 | A0 | 29 | 23 |
| Octal | 65 | 176 | 146 | 72 | 0 | 23 | 63 | 240 | 51 | 43 |
| Binary | 110101 | 1111110 | 1100110 | 111010 | 0 | 10011 | 110011 | 10100000 | 101001 | 100011 |
Color Harmonies of #357E66
Complementary color
Monochromatic Colors of #357E66
Black with #357E66
Text Example
Text Example
White with #357E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E66; }
p { color: rgb(53,126,102); }
H1.HeaderClassName
{
color: #357E66;
}
.AnyTagClassName
{
color: #357E66;
}
</style>
background-color css
<style>
a { background-color: #357E66; }
a { background-color: rgb(53,126,102); }
div.DivClassName
{
background-color: #357E66;
}
.BgClassName
{
background-color: #357E66;
}
</style>
border-color css
<style>
span { border-color: #357E66; }
span { border-color: rgb(53,126,102); }
td.TdClassName
{
border-color: #357E66;
}
.TagClassName
{
border-color: #357E66;
}
</style>