Shades of Viridian #358672
Tints of Viridian #358672
RGB
CMYK
RGB Variations
Color information
#358672 (or 0x358672) is known color: Viridian. HEX triplet: 35, 86 and 72. RGB value is (53,134,114). Sum of RGB (Red+Green+Blue) = 53+134+114=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #358672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358672 is #CA798D. Grayscale: #6B6B6B. Windows color (decimal): -13269390 or 7505461. OLE color: 7505461.
HSL color Cylindrical-coordinate representation of color #358672: hue angle of 165.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358672 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 134 | 114 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.47 |
| HSL | 165.19º | 0.43% | 0.37% | - |
| HSV(B) | 165.19º | 0.6% | 0.53% | - |
| XYZ | 13.03 | 19.02 | 18.9 | - |
| YUV | 107.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 114 | 0.60 | 0 | 0.15 | 0.47 | 165.19 | 0.43 | 0.37 |
| Hex | 35 | 86 | 72 | 3C | 0 | F | 2F | A5 | 2B | 25 |
| Octal | 65 | 206 | 162 | 74 | 0 | 17 | 57 | 245 | 53 | 45 |
| Binary | 110101 | 10000110 | 1110010 | 111100 | 0 | 1111 | 101111 | 10100101 | 101011 | 100101 |
Color Harmonies of #358672
Complementary color
Monochromatic Colors of #358672
Black with #358672
Text Example
Text Example
White with #358672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358672; }
p { color: rgb(53,134,114); }
H1.HeaderClassName
{
color: #358672;
}
.AnyTagClassName
{
color: #358672;
}
</style>
background-color css
<style>
a { background-color: #358672; }
a { background-color: rgb(53,134,114); }
div.DivClassName
{
background-color: #358672;
}
.BgClassName
{
background-color: #358672;
}
</style>
border-color css
<style>
span { border-color: #358672; }
span { border-color: rgb(53,134,114); }
td.TdClassName
{
border-color: #358672;
}
.TagClassName
{
border-color: #358672;
}
</style>