Shades of Viridian #358369
Tints of Viridian #358369
RGB
CMYK
RGB Variations
Color information
#358369 (or 0x358369) is known color: Viridian. HEX triplet: 35, 83 and 69. RGB value is (53,131,105). Sum of RGB (Red+Green+Blue) = 53+131+105=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #358369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358369 is #CA7C96. Grayscale: #686868. Windows color (decimal): -13270167 or 6914869. OLE color: 6914869.
HSL color Cylindrical-coordinate representation of color #358369: hue angle of 160º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358369 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 105 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.49 |
| HSL | 160º | 0.42% | 0.36% | - |
| HSV(B) | 160º | 0.6% | 0.51% | - |
| XYZ | 12.13 | 18.01 | 16.2 | - |
| YUV | 104.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 105 | 0.60 | 0 | 0.20 | 0.49 | 160 | 0.42 | 0.36 |
| Hex | 35 | 83 | 69 | 3C | 0 | 14 | 31 | A0 | 2A | 24 |
| Octal | 65 | 203 | 151 | 74 | 0 | 24 | 61 | 240 | 52 | 44 |
| Binary | 110101 | 10000011 | 1101001 | 111100 | 0 | 10100 | 110001 | 10100000 | 101010 | 100100 |
Color Harmonies of #358369
Complementary color
Monochromatic Colors of #358369
Black with #358369
Text Example
Text Example
White with #358369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358369; }
p { color: rgb(53,131,105); }
H1.HeaderClassName
{
color: #358369;
}
.AnyTagClassName
{
color: #358369;
}
</style>
background-color css
<style>
a { background-color: #358369; }
a { background-color: rgb(53,131,105); }
div.DivClassName
{
background-color: #358369;
}
.BgClassName
{
background-color: #358369;
}
</style>
border-color css
<style>
span { border-color: #358369; }
span { border-color: rgb(53,131,105); }
td.TdClassName
{
border-color: #358369;
}
.TagClassName
{
border-color: #358369;
}
</style>