Shades of Viridian #358B75
Tints of Viridian #358B75
RGB
CMYK
RGB Variations
Color information
#358B75 (or 0x358B75) is known color: Viridian. HEX triplet: 35, 8B and 75. RGB value is (53,139,117). Sum of RGB (Red+Green+Blue) = 53+139+117=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #358B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B75 is #CA748A. Grayscale: #6E6E6E. Windows color (decimal): -13268107 or 7703349. OLE color: 7703349.
HSL color Cylindrical-coordinate representation of color #358B75: hue angle of 164.65º 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 #358B75 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 117 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.45 |
| HSL | 164.65º | 0.45% | 0.38% | - |
| HSV(B) | 164.65º | 0.62% | 0.55% | - |
| XYZ | 13.91 | 20.51 | 20.05 | - |
| YUV | 110.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 117 | 0.62 | 0 | 0.16 | 0.45 | 164.65 | 0.45 | 0.38 |
| Hex | 35 | 8B | 75 | 3E | 0 | 10 | 2D | A5 | 2D | 26 |
| Octal | 65 | 213 | 165 | 76 | 0 | 20 | 55 | 245 | 55 | 46 |
| Binary | 110101 | 10001011 | 1110101 | 111110 | 0 | 10000 | 101101 | 10100101 | 101101 | 100110 |
Color Harmonies of #358B75
Complementary color
Monochromatic Colors of #358B75
Black with #358B75
Text Example
Text Example
White with #358B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B75; }
p { color: rgb(53,139,117); }
H1.HeaderClassName
{
color: #358B75;
}
.AnyTagClassName
{
color: #358B75;
}
</style>
background-color css
<style>
a { background-color: #358B75; }
a { background-color: rgb(53,139,117); }
div.DivClassName
{
background-color: #358B75;
}
.BgClassName
{
background-color: #358B75;
}
</style>
border-color css
<style>
span { border-color: #358B75; }
span { border-color: rgb(53,139,117); }
td.TdClassName
{
border-color: #358B75;
}
.TagClassName
{
border-color: #358B75;
}
</style>