Shades of Viridian #358263
Tints of Viridian #358263
RGB
CMYK
RGB Variations
Color information
#358263 (or 0x358263) is known color: Viridian. HEX triplet: 35, 82 and 63. RGB value is (53,130,99). Sum of RGB (Red+Green+Blue) = 53+130+99=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #358263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358263 is #CA7D9C. Grayscale: #676767. Windows color (decimal): -13270429 or 6521397. OLE color: 6521397.
HSL color Cylindrical-coordinate representation of color #358263: hue angle of 155.84º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358263 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 99 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.49 |
| HSL | 155.84º | 0.42% | 0.36% | - |
| HSV(B) | 155.84º | 0.59% | 0.51% | - |
| XYZ | 11.7 | 17.62 | 14.59 | - |
| YUV | 103.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 99 | 0.59 | 0 | 0.24 | 0.49 | 155.84 | 0.42 | 0.36 |
| Hex | 35 | 82 | 63 | 3B | 0 | 18 | 31 | 9C | 2A | 24 |
| Octal | 65 | 202 | 143 | 73 | 0 | 30 | 61 | 234 | 52 | 44 |
| Binary | 110101 | 10000010 | 1100011 | 111011 | 0 | 11000 | 110001 | 10011100 | 101010 | 100100 |
Color Harmonies of #358263
Complementary color
Monochromatic Colors of #358263
Black with #358263
Text Example
Text Example
White with #358263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358263; }
p { color: rgb(53,130,99); }
H1.HeaderClassName
{
color: #358263;
}
.AnyTagClassName
{
color: #358263;
}
</style>
background-color css
<style>
a { background-color: #358263; }
a { background-color: rgb(53,130,99); }
div.DivClassName
{
background-color: #358263;
}
.BgClassName
{
background-color: #358263;
}
</style>
border-color css
<style>
span { border-color: #358263; }
span { border-color: rgb(53,130,99); }
td.TdClassName
{
border-color: #358263;
}
.TagClassName
{
border-color: #358263;
}
</style>