Shades of Viridian #358B6F
Tints of Viridian #358B6F
RGB
CMYK
RGB Variations
Color information
#358B6F (or 0x358B6F) is known color: Viridian. HEX triplet: 35, 8B and 6F. RGB value is (53,139,111). Sum of RGB (Red+Green+Blue) = 53+139+111=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #358B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B6F is #CA7490. Grayscale: #6E6E6E. Windows color (decimal): -13268113 or 7310133. OLE color: 7310133.
HSL color Cylindrical-coordinate representation of color #358B6F: hue angle of 160.47º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B6F is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 111 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.45 |
| HSL | 160.47º | 0.45% | 0.38% | - |
| HSV(B) | 160.47º | 0.62% | 0.55% | - |
| XYZ | 13.57 | 20.37 | 18.26 | - |
| YUV | 110.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 111 | 0.62 | 0 | 0.20 | 0.45 | 160.47 | 0.45 | 0.38 |
| Hex | 35 | 8B | 6F | 3E | 0 | 14 | 2D | A0 | 2D | 26 |
| Octal | 65 | 213 | 157 | 76 | 0 | 24 | 55 | 240 | 55 | 46 |
| Binary | 110101 | 10001011 | 1101111 | 111110 | 0 | 10100 | 101101 | 10100000 | 101101 | 100110 |
Color Harmonies of #358B6F
Complementary color
Monochromatic Colors of #358B6F
Black with #358B6F
Text Example
Text Example
White with #358B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B6F; }
p { color: rgb(53,139,111); }
H1.HeaderClassName
{
color: #358B6F;
}
.AnyTagClassName
{
color: #358B6F;
}
</style>
background-color css
<style>
a { background-color: #358B6F; }
a { background-color: rgb(53,139,111); }
div.DivClassName
{
background-color: #358B6F;
}
.BgClassName
{
background-color: #358B6F;
}
</style>
border-color css
<style>
span { border-color: #358B6F; }
span { border-color: rgb(53,139,111); }
td.TdClassName
{
border-color: #358B6F;
}
.TagClassName
{
border-color: #358B6F;
}
</style>