Shades of Viridian #358767
Tints of Viridian #358767
RGB
CMYK
RGB Variations
Color information
#358767 (or 0x358767) is known color: Viridian. HEX triplet: 35, 87 and 67. RGB value is (53,135,103). Sum of RGB (Red+Green+Blue) = 53+135+103=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #358767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358767 is #CA7898. Grayscale: #6A6A6A. Windows color (decimal): -13269145 or 6784821. OLE color: 6784821.
HSL color Cylindrical-coordinate representation of color #358767: hue angle of 156.59º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358767 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 103 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.47 |
| HSL | 156.59º | 0.44% | 0.37% | - |
| HSV(B) | 156.59º | 0.61% | 0.53% | - |
| XYZ | 12.58 | 19.06 | 15.85 | - |
| YUV | 106.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 103 | 0.61 | 0 | 0.24 | 0.47 | 156.59 | 0.44 | 0.37 |
| Hex | 35 | 87 | 67 | 3D | 0 | 18 | 2F | 9D | 2C | 25 |
| Octal | 65 | 207 | 147 | 75 | 0 | 30 | 57 | 235 | 54 | 45 |
| Binary | 110101 | 10000111 | 1100111 | 111101 | 0 | 11000 | 101111 | 10011101 | 101100 | 100101 |
Color Harmonies of #358767
Complementary color
Monochromatic Colors of #358767
Black with #358767
Text Example
Text Example
White with #358767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358767; }
p { color: rgb(53,135,103); }
H1.HeaderClassName
{
color: #358767;
}
.AnyTagClassName
{
color: #358767;
}
</style>
background-color css
<style>
a { background-color: #358767; }
a { background-color: rgb(53,135,103); }
div.DivClassName
{
background-color: #358767;
}
.BgClassName
{
background-color: #358767;
}
</style>
border-color css
<style>
span { border-color: #358767; }
span { border-color: rgb(53,135,103); }
td.TdClassName
{
border-color: #358767;
}
.TagClassName
{
border-color: #358767;
}
</style>