Shades of Viridian #369573
Tints of Viridian #369573
RGB
CMYK
RGB Variations
Color information
#369573 (or 0x369573) is known color: Viridian. HEX triplet: 36, 95 and 73. RGB value is (54,149,115). Sum of RGB (Red+Green+Blue) = 54+149+115=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #369573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369573 is #C96A8C. Grayscale: #747474. Windows color (decimal): -13200013 or 7574838. OLE color: 7574838.
HSL color Cylindrical-coordinate representation of color #369573: hue angle of 158.53º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369573 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 115 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.42 |
| HSL | 158.53º | 0.47% | 0.4% | - |
| HSV(B) | 158.53º | 0.64% | 0.58% | - |
| XYZ | 15.36 | 23.52 | 19.95 | - |
| YUV | 116.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 115 | 0.64 | 0 | 0.23 | 0.42 | 158.53 | 0.47 | 0.4 |
| Hex | 36 | 95 | 73 | 40 | 0 | 17 | 2A | 9F | 2F | 28 |
| Octal | 66 | 225 | 163 | 100 | 0 | 27 | 52 | 237 | 57 | 50 |
| Binary | 110110 | 10010101 | 1110011 | 1000000 | 0 | 10111 | 101010 | 10011111 | 101111 | 101000 |
Color Harmonies of #369573
Complementary color
Monochromatic Colors of #369573
Black with #369573
Text Example
Text Example
White with #369573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369573; }
p { color: rgb(54,149,115); }
H1.HeaderClassName
{
color: #369573;
}
.AnyTagClassName
{
color: #369573;
}
</style>
background-color css
<style>
a { background-color: #369573; }
a { background-color: rgb(54,149,115); }
div.DivClassName
{
background-color: #369573;
}
.BgClassName
{
background-color: #369573;
}
</style>
border-color css
<style>
span { border-color: #369573; }
span { border-color: rgb(54,149,115); }
td.TdClassName
{
border-color: #369573;
}
.TagClassName
{
border-color: #369573;
}
</style>