Shades of Viridian #358068
Tints of Viridian #358068
RGB
CMYK
RGB Variations
Color information
#358068 (or 0x358068) is known color: Viridian. HEX triplet: 35, 80 and 68. RGB value is (53,128,104). Sum of RGB (Red+Green+Blue) = 53+128+104=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #358068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358068 is #CA7F97. Grayscale: #666666. Windows color (decimal): -13270936 or 6848565. OLE color: 6848565.
HSL color Cylindrical-coordinate representation of color #358068: hue angle of 160.8º 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 #358068 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 104 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.50 |
| HSL | 160.8º | 0.41% | 0.35% | - |
| HSV(B) | 160.8º | 0.59% | 0.5% | - |
| XYZ | 11.69 | 17.19 | 15.8 | - |
| YUV | 102.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 104 | 0.59 | 0 | 0.19 | 0.50 | 160.8 | 0.41 | 0.35 |
| Hex | 35 | 80 | 68 | 3B | 0 | 13 | 32 | A1 | 29 | 23 |
| Octal | 65 | 200 | 150 | 73 | 0 | 23 | 62 | 241 | 51 | 43 |
| Binary | 110101 | 10000000 | 1101000 | 111011 | 0 | 10011 | 110010 | 10100001 | 101001 | 100011 |
Color Harmonies of #358068
Complementary color
Monochromatic Colors of #358068
Black with #358068
Text Example
Text Example
White with #358068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358068; }
p { color: rgb(53,128,104); }
H1.HeaderClassName
{
color: #358068;
}
.AnyTagClassName
{
color: #358068;
}
</style>
background-color css
<style>
a { background-color: #358068; }
a { background-color: rgb(53,128,104); }
div.DivClassName
{
background-color: #358068;
}
.BgClassName
{
background-color: #358068;
}
</style>
border-color css
<style>
span { border-color: #358068; }
span { border-color: rgb(53,128,104); }
td.TdClassName
{
border-color: #358068;
}
.TagClassName
{
border-color: #358068;
}
</style>