Shades of Viridian #358264
Tints of Viridian #358264
RGB
CMYK
RGB Variations
Color information
#358264 (or 0x358264) is known color: Viridian. HEX triplet: 35, 82 and 64. RGB value is (53,130,100). Sum of RGB (Red+Green+Blue) = 53+130+100=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #358264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358264 is #CA7D9B. Grayscale: #676767. Windows color (decimal): -13270428 or 6586933. OLE color: 6586933.
HSL color Cylindrical-coordinate representation of color #358264: hue angle of 156.62º 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 #358264 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 100 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.49 |
| HSL | 156.62º | 0.42% | 0.36% | - |
| HSV(B) | 156.62º | 0.59% | 0.51% | - |
| XYZ | 11.75 | 17.64 | 14.84 | - |
| YUV | 103.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 100 | 0.59 | 0 | 0.23 | 0.49 | 156.62 | 0.42 | 0.36 |
| Hex | 35 | 82 | 64 | 3B | 0 | 17 | 31 | 9D | 2A | 24 |
| Octal | 65 | 202 | 144 | 73 | 0 | 27 | 61 | 235 | 52 | 44 |
| Binary | 110101 | 10000010 | 1100100 | 111011 | 0 | 10111 | 110001 | 10011101 | 101010 | 100100 |
Color Harmonies of #358264
Complementary color
Monochromatic Colors of #358264
Black with #358264
Text Example
Text Example
White with #358264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358264; }
p { color: rgb(53,130,100); }
H1.HeaderClassName
{
color: #358264;
}
.AnyTagClassName
{
color: #358264;
}
</style>
background-color css
<style>
a { background-color: #358264; }
a { background-color: rgb(53,130,100); }
div.DivClassName
{
background-color: #358264;
}
.BgClassName
{
background-color: #358264;
}
</style>
border-color css
<style>
span { border-color: #358264; }
span { border-color: rgb(53,130,100); }
td.TdClassName
{
border-color: #358264;
}
.TagClassName
{
border-color: #358264;
}
</style>