Shades of Viridian #358069
Tints of Viridian #358069
RGB
CMYK
RGB Variations
Color information
#358069 (or 0x358069) is known color: Viridian. HEX triplet: 35, 80 and 69. RGB value is (53,128,105). Sum of RGB (Red+Green+Blue) = 53+128+105=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #358069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358069 is #CA7F96. Grayscale: #666666. Windows color (decimal): -13270935 or 6914101. OLE color: 6914101.
HSL color Cylindrical-coordinate representation of color #358069: hue angle of 161.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358069 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 105 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.50 |
| HSL | 161.6º | 0.41% | 0.35% | - |
| HSV(B) | 161.6º | 0.59% | 0.5% | - |
| XYZ | 11.74 | 17.22 | 16.07 | - |
| YUV | 102.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 105 | 0.59 | 0 | 0.18 | 0.50 | 161.6 | 0.41 | 0.35 |
| Hex | 35 | 80 | 69 | 3B | 0 | 12 | 32 | A2 | 29 | 23 |
| Octal | 65 | 200 | 151 | 73 | 0 | 22 | 62 | 242 | 51 | 43 |
| Binary | 110101 | 10000000 | 1101001 | 111011 | 0 | 10010 | 110010 | 10100010 | 101001 | 100011 |
Color Harmonies of #358069
Complementary color
Monochromatic Colors of #358069
Black with #358069
Text Example
Text Example
White with #358069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358069; }
p { color: rgb(53,128,105); }
H1.HeaderClassName
{
color: #358069;
}
.AnyTagClassName
{
color: #358069;
}
</style>
background-color css
<style>
a { background-color: #358069; }
a { background-color: rgb(53,128,105); }
div.DivClassName
{
background-color: #358069;
}
.BgClassName
{
background-color: #358069;
}
</style>
border-color css
<style>
span { border-color: #358069; }
span { border-color: rgb(53,128,105); }
td.TdClassName
{
border-color: #358069;
}
.TagClassName
{
border-color: #358069;
}
</style>