Shades of Viridian #358665
Tints of Viridian #358665
RGB
CMYK
RGB Variations
Color information
#358665 (or 0x358665) is known color: Viridian. HEX triplet: 35, 86 and 65. RGB value is (53,134,101). Sum of RGB (Red+Green+Blue) = 53+134+101=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #358665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358665 is #CA799A. Grayscale: #6A6A6A. Windows color (decimal): -13269403 or 6653493. OLE color: 6653493.
HSL color Cylindrical-coordinate representation of color #358665: hue angle of 155.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358665 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 134 | 101 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.47 |
| HSL | 155.56º | 0.43% | 0.37% | - |
| HSV(B) | 155.56º | 0.6% | 0.53% | - |
| XYZ | 12.34 | 18.75 | 15.28 | - |
| YUV | 106.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 101 | 0.60 | 0 | 0.25 | 0.47 | 155.56 | 0.43 | 0.37 |
| Hex | 35 | 86 | 65 | 3C | 0 | 19 | 2F | 9C | 2B | 25 |
| Octal | 65 | 206 | 145 | 74 | 0 | 31 | 57 | 234 | 53 | 45 |
| Binary | 110101 | 10000110 | 1100101 | 111100 | 0 | 11001 | 101111 | 10011100 | 101011 | 100101 |
Color Harmonies of #358665
Complementary color
Monochromatic Colors of #358665
Black with #358665
Text Example
Text Example
White with #358665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358665; }
p { color: rgb(53,134,101); }
H1.HeaderClassName
{
color: #358665;
}
.AnyTagClassName
{
color: #358665;
}
</style>
background-color css
<style>
a { background-color: #358665; }
a { background-color: rgb(53,134,101); }
div.DivClassName
{
background-color: #358665;
}
.BgClassName
{
background-color: #358665;
}
</style>
border-color css
<style>
span { border-color: #358665; }
span { border-color: rgb(53,134,101); }
td.TdClassName
{
border-color: #358665;
}
.TagClassName
{
border-color: #358665;
}
</style>