Shades of Viridian #357E69
Tints of Viridian #357E69
RGB
CMYK
RGB Variations
Color information
#357E69 (or 0x357E69) is known color: Viridian. HEX triplet: 35, 7E and 69. RGB value is (53,126,105). Sum of RGB (Red+Green+Blue) = 53+126+105=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #357E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E69 is #CA8196. Grayscale: #656565. Windows color (decimal): -13271447 or 6913589. OLE color: 6913589.
HSL color Cylindrical-coordinate representation of color #357E69: hue angle of 162.74º 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 #357E69 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 105 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.51 |
| HSL | 162.74º | 0.41% | 0.35% | - |
| HSV(B) | 162.74º | 0.58% | 0.49% | - |
| XYZ | 11.48 | 16.7 | 15.98 | - |
| YUV | 101.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 105 | 0.58 | 0 | 0.17 | 0.51 | 162.74 | 0.41 | 0.35 |
| Hex | 35 | 7E | 69 | 3A | 0 | 11 | 33 | A3 | 29 | 23 |
| Octal | 65 | 176 | 151 | 72 | 0 | 21 | 63 | 243 | 51 | 43 |
| Binary | 110101 | 1111110 | 1101001 | 111010 | 0 | 10001 | 110011 | 10100011 | 101001 | 100011 |
Color Harmonies of #357E69
Complementary color
Monochromatic Colors of #357E69
Black with #357E69
Text Example
Text Example
White with #357E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E69; }
p { color: rgb(53,126,105); }
H1.HeaderClassName
{
color: #357E69;
}
.AnyTagClassName
{
color: #357E69;
}
</style>
background-color css
<style>
a { background-color: #357E69; }
a { background-color: rgb(53,126,105); }
div.DivClassName
{
background-color: #357E69;
}
.BgClassName
{
background-color: #357E69;
}
</style>
border-color css
<style>
span { border-color: #357E69; }
span { border-color: rgb(53,126,105); }
td.TdClassName
{
border-color: #357E69;
}
.TagClassName
{
border-color: #357E69;
}
</style>