Shades of Viridian #358669
Tints of Viridian #358669
RGB
CMYK
RGB Variations
Color information
#358669 (or 0x358669) is known color: Viridian. HEX triplet: 35, 86 and 69. RGB value is (53,134,105). Sum of RGB (Red+Green+Blue) = 53+134+105=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #358669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358669 is #CA7996. Grayscale: #6A6A6A. Windows color (decimal): -13269399 or 6915637. OLE color: 6915637.
HSL color Cylindrical-coordinate representation of color #358669: hue angle of 158.52º 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 #358669 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 134 | 105 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.47 |
| HSL | 158.52º | 0.43% | 0.37% | - |
| HSV(B) | 158.52º | 0.6% | 0.53% | - |
| XYZ | 12.54 | 18.83 | 16.34 | - |
| YUV | 106.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 105 | 0.60 | 0 | 0.22 | 0.47 | 158.52 | 0.43 | 0.37 |
| Hex | 35 | 86 | 69 | 3C | 0 | 16 | 2F | 9F | 2B | 25 |
| Octal | 65 | 206 | 151 | 74 | 0 | 26 | 57 | 237 | 53 | 45 |
| Binary | 110101 | 10000110 | 1101001 | 111100 | 0 | 10110 | 101111 | 10011111 | 101011 | 100101 |
Color Harmonies of #358669
Complementary color
Monochromatic Colors of #358669
Black with #358669
Text Example
Text Example
White with #358669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358669; }
p { color: rgb(53,134,105); }
H1.HeaderClassName
{
color: #358669;
}
.AnyTagClassName
{
color: #358669;
}
</style>
background-color css
<style>
a { background-color: #358669; }
a { background-color: rgb(53,134,105); }
div.DivClassName
{
background-color: #358669;
}
.BgClassName
{
background-color: #358669;
}
</style>
border-color css
<style>
span { border-color: #358669; }
span { border-color: rgb(53,134,105); }
td.TdClassName
{
border-color: #358669;
}
.TagClassName
{
border-color: #358669;
}
</style>