Shades of Viridian #358F78
Tints of Viridian #358F78
RGB
CMYK
RGB Variations
Color information
#358F78 (or 0x358F78) is known color: Viridian. HEX triplet: 35, 8F and 78. RGB value is (53,143,120). Sum of RGB (Red+Green+Blue) = 53+143+120=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #358F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F78 is #CA7087. Grayscale: #717171. Windows color (decimal): -13267080 or 7900981. OLE color: 7900981.
HSL color Cylindrical-coordinate representation of color #358F78: hue angle of 164.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F78 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 120 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.44 |
| HSL | 164.67º | 0.46% | 0.38% | - |
| HSV(B) | 164.67º | 0.63% | 0.56% | - |
| XYZ | 14.68 | 21.76 | 21.2 | - |
| YUV | 113.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 120 | 0.63 | 0 | 0.16 | 0.44 | 164.67 | 0.46 | 0.38 |
| Hex | 35 | 8F | 78 | 3F | 0 | 10 | 2C | A5 | 2E | 26 |
| Octal | 65 | 217 | 170 | 77 | 0 | 20 | 54 | 245 | 56 | 46 |
| Binary | 110101 | 10001111 | 1111000 | 111111 | 0 | 10000 | 101100 | 10100101 | 101110 | 100110 |
Color Harmonies of #358F78
Complementary color
Monochromatic Colors of #358F78
Black with #358F78
Text Example
Text Example
White with #358F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F78; }
p { color: rgb(53,143,120); }
H1.HeaderClassName
{
color: #358F78;
}
.AnyTagClassName
{
color: #358F78;
}
</style>
background-color css
<style>
a { background-color: #358F78; }
a { background-color: rgb(53,143,120); }
div.DivClassName
{
background-color: #358F78;
}
.BgClassName
{
background-color: #358F78;
}
</style>
border-color css
<style>
span { border-color: #358F78; }
span { border-color: rgb(53,143,120); }
td.TdClassName
{
border-color: #358F78;
}
.TagClassName
{
border-color: #358F78;
}
</style>