Shades of Viridian #358975
Tints of Viridian #358975
RGB
CMYK
RGB Variations
Color information
#358975 (or 0x358975) is known color: Viridian. HEX triplet: 35, 89 and 75. RGB value is (53,137,117). Sum of RGB (Red+Green+Blue) = 53+137+117=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #358975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358975 is #CA768A. Grayscale: #6D6D6D. Windows color (decimal): -13268619 or 7702837. OLE color: 7702837.
HSL color Cylindrical-coordinate representation of color #358975: hue angle of 165.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358975 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 117 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.46 |
| HSL | 165.71º | 0.44% | 0.37% | - |
| HSV(B) | 165.71º | 0.61% | 0.54% | - |
| XYZ | 13.62 | 19.93 | 19.96 | - |
| YUV | 109.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 117 | 0.61 | 0 | 0.15 | 0.46 | 165.71 | 0.44 | 0.37 |
| Hex | 35 | 89 | 75 | 3D | 0 | F | 2E | A6 | 2C | 25 |
| Octal | 65 | 211 | 165 | 75 | 0 | 17 | 56 | 246 | 54 | 45 |
| Binary | 110101 | 10001001 | 1110101 | 111101 | 0 | 1111 | 101110 | 10100110 | 101100 | 100101 |
Color Harmonies of #358975
Complementary color
Monochromatic Colors of #358975
Black with #358975
Text Example
Text Example
White with #358975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358975; }
p { color: rgb(53,137,117); }
H1.HeaderClassName
{
color: #358975;
}
.AnyTagClassName
{
color: #358975;
}
</style>
background-color css
<style>
a { background-color: #358975; }
a { background-color: rgb(53,137,117); }
div.DivClassName
{
background-color: #358975;
}
.BgClassName
{
background-color: #358975;
}
</style>
border-color css
<style>
span { border-color: #358975; }
span { border-color: rgb(53,137,117); }
td.TdClassName
{
border-color: #358975;
}
.TagClassName
{
border-color: #358975;
}
</style>