Shades of Viridian #358467
Tints of Viridian #358467
RGB
CMYK
RGB Variations
Color information
#358467 (or 0x358467) is known color: Viridian. HEX triplet: 35, 84 and 67. RGB value is (53,132,103). Sum of RGB (Red+Green+Blue) = 53+132+103=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #358467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358467 is #CA7B98. Grayscale: #696969. Windows color (decimal): -13269913 or 6784053. OLE color: 6784053.
HSL color Cylindrical-coordinate representation of color #358467: hue angle of 157.97º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358467 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 103 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.48 |
| HSL | 157.97º | 0.43% | 0.36% | - |
| HSV(B) | 157.97º | 0.6% | 0.52% | - |
| XYZ | 12.17 | 18.24 | 15.71 | - |
| YUV | 105.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 103 | 0.60 | 0 | 0.22 | 0.48 | 157.97 | 0.43 | 0.36 |
| Hex | 35 | 84 | 67 | 3C | 0 | 16 | 30 | 9E | 2B | 24 |
| Octal | 65 | 204 | 147 | 74 | 0 | 26 | 60 | 236 | 53 | 44 |
| Binary | 110101 | 10000100 | 1100111 | 111100 | 0 | 10110 | 110000 | 10011110 | 101011 | 100100 |
Color Harmonies of #358467
Complementary color
Monochromatic Colors of #358467
Black with #358467
Text Example
Text Example
White with #358467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358467; }
p { color: rgb(53,132,103); }
H1.HeaderClassName
{
color: #358467;
}
.AnyTagClassName
{
color: #358467;
}
</style>
background-color css
<style>
a { background-color: #358467; }
a { background-color: rgb(53,132,103); }
div.DivClassName
{
background-color: #358467;
}
.BgClassName
{
background-color: #358467;
}
</style>
border-color css
<style>
span { border-color: #358467; }
span { border-color: rgb(53,132,103); }
td.TdClassName
{
border-color: #358467;
}
.TagClassName
{
border-color: #358467;
}
</style>