Shades of Viridian #358067
Tints of Viridian #358067
RGB
CMYK
RGB Variations
Color information
#358067 (or 0x358067) is known color: Viridian. HEX triplet: 35, 80 and 67. RGB value is (53,128,103). Sum of RGB (Red+Green+Blue) = 53+128+103=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #358067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358067 is #CA7F98. Grayscale: #666666. Windows color (decimal): -13270937 or 6783029. OLE color: 6783029.
HSL color Cylindrical-coordinate representation of color #358067: hue angle of 160º 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 #358067 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 103 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.50 |
| HSL | 160º | 0.41% | 0.35% | - |
| HSV(B) | 160º | 0.59% | 0.5% | - |
| XYZ | 11.64 | 17.17 | 15.53 | - |
| YUV | 102.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 103 | 0.59 | 0 | 0.20 | 0.50 | 160 | 0.41 | 0.35 |
| Hex | 35 | 80 | 67 | 3B | 0 | 14 | 32 | A0 | 29 | 23 |
| Octal | 65 | 200 | 147 | 73 | 0 | 24 | 62 | 240 | 51 | 43 |
| Binary | 110101 | 10000000 | 1100111 | 111011 | 0 | 10100 | 110010 | 10100000 | 101001 | 100011 |
Color Harmonies of #358067
Complementary color
Monochromatic Colors of #358067
Black with #358067
Text Example
Text Example
White with #358067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358067; }
p { color: rgb(53,128,103); }
H1.HeaderClassName
{
color: #358067;
}
.AnyTagClassName
{
color: #358067;
}
</style>
background-color css
<style>
a { background-color: #358067; }
a { background-color: rgb(53,128,103); }
div.DivClassName
{
background-color: #358067;
}
.BgClassName
{
background-color: #358067;
}
</style>
border-color css
<style>
span { border-color: #358067; }
span { border-color: rgb(53,128,103); }
td.TdClassName
{
border-color: #358067;
}
.TagClassName
{
border-color: #358067;
}
</style>