Shades of Viridian #358774
Tints of Viridian #358774
RGB
CMYK
RGB Variations
Color information
#358774 (or 0x358774) is known color: Viridian. HEX triplet: 35, 87 and 74. RGB value is (53,135,116). Sum of RGB (Red+Green+Blue) = 53+135+116=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #358774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358774 is #CA788B. Grayscale: #6C6C6C. Windows color (decimal): -13269132 or 7636789. OLE color: 7636789.
HSL color Cylindrical-coordinate representation of color #358774: hue angle of 166.1º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358774 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 116 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.47 |
| HSL | 166.1º | 0.44% | 0.37% | - |
| HSV(B) | 166.1º | 0.61% | 0.53% | - |
| XYZ | 13.28 | 19.35 | 19.56 | - |
| YUV | 108.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 116 | 0.61 | 0 | 0.14 | 0.47 | 166.1 | 0.44 | 0.37 |
| Hex | 35 | 87 | 74 | 3D | 0 | E | 2F | A6 | 2C | 25 |
| Octal | 65 | 207 | 164 | 75 | 0 | 16 | 57 | 246 | 54 | 45 |
| Binary | 110101 | 10000111 | 1110100 | 111101 | 0 | 1110 | 101111 | 10100110 | 101100 | 100101 |
Color Harmonies of #358774
Complementary color
Monochromatic Colors of #358774
Black with #358774
Text Example
Text Example
White with #358774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358774; }
p { color: rgb(53,135,116); }
H1.HeaderClassName
{
color: #358774;
}
.AnyTagClassName
{
color: #358774;
}
</style>
background-color css
<style>
a { background-color: #358774; }
a { background-color: rgb(53,135,116); }
div.DivClassName
{
background-color: #358774;
}
.BgClassName
{
background-color: #358774;
}
</style>
border-color css
<style>
span { border-color: #358774; }
span { border-color: rgb(53,135,116); }
td.TdClassName
{
border-color: #358774;
}
.TagClassName
{
border-color: #358774;
}
</style>