Shades of Viridian #358F6D
Tints of Viridian #358F6D
RGB
CMYK
RGB Variations
Color information
#358F6D (or 0x358F6D) is known color: Viridian. HEX triplet: 35, 8F and 6D. RGB value is (53,143,109). Sum of RGB (Red+Green+Blue) = 53+143+109=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #358F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F6D is #CA7092. Grayscale: #707070. Windows color (decimal): -13267091 or 7180085. OLE color: 7180085.
HSL color Cylindrical-coordinate representation of color #358F6D: hue angle of 157.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F6D is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 109 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.44 |
| HSL | 157.33º | 0.46% | 0.38% | - |
| HSV(B) | 157.33º | 0.63% | 0.56% | - |
| XYZ | 14.05 | 21.51 | 17.88 | - |
| YUV | 112.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 109 | 0.63 | 0 | 0.24 | 0.44 | 157.33 | 0.46 | 0.38 |
| Hex | 35 | 8F | 6D | 3F | 0 | 18 | 2C | 9D | 2E | 26 |
| Octal | 65 | 217 | 155 | 77 | 0 | 30 | 54 | 235 | 56 | 46 |
| Binary | 110101 | 10001111 | 1101101 | 111111 | 0 | 11000 | 101100 | 10011101 | 101110 | 100110 |
Color Harmonies of #358F6D
Complementary color
Monochromatic Colors of #358F6D
Black with #358F6D
Text Example
Text Example
White with #358F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F6D; }
p { color: rgb(53,143,109); }
H1.HeaderClassName
{
color: #358F6D;
}
.AnyTagClassName
{
color: #358F6D;
}
</style>
background-color css
<style>
a { background-color: #358F6D; }
a { background-color: rgb(53,143,109); }
div.DivClassName
{
background-color: #358F6D;
}
.BgClassName
{
background-color: #358F6D;
}
</style>
border-color css
<style>
span { border-color: #358F6D; }
span { border-color: rgb(53,143,109); }
td.TdClassName
{
border-color: #358F6D;
}
.TagClassName
{
border-color: #358F6D;
}
</style>