Shades of Viridian #369173
Tints of Viridian #369173
RGB
CMYK
RGB Variations
Color information
#369173 (or 0x369173) is known color: Viridian. HEX triplet: 36, 91 and 73. RGB value is (54,145,115). Sum of RGB (Red+Green+Blue) = 54+145+115=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #369173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369173 is #C96E8C. Grayscale: #727272. Windows color (decimal): -13201037 or 7573814. OLE color: 7573814.
HSL color Cylindrical-coordinate representation of color #369173: hue angle of 160.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369173 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 115 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.43 |
| HSL | 160.22º | 0.46% | 0.39% | - |
| HSV(B) | 160.22º | 0.63% | 0.57% | - |
| XYZ | 14.74 | 22.27 | 19.74 | - |
| YUV | 114.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 115 | 0.63 | 0 | 0.21 | 0.43 | 160.22 | 0.46 | 0.39 |
| Hex | 36 | 91 | 73 | 3F | 0 | 15 | 2B | A0 | 2E | 27 |
| Octal | 66 | 221 | 163 | 77 | 0 | 25 | 53 | 240 | 56 | 47 |
| Binary | 110110 | 10010001 | 1110011 | 111111 | 0 | 10101 | 101011 | 10100000 | 101110 | 100111 |
Color Harmonies of #369173
Complementary color
Monochromatic Colors of #369173
Black with #369173
Text Example
Text Example
White with #369173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369173; }
p { color: rgb(54,145,115); }
H1.HeaderClassName
{
color: #369173;
}
.AnyTagClassName
{
color: #369173;
}
</style>
background-color css
<style>
a { background-color: #369173; }
a { background-color: rgb(54,145,115); }
div.DivClassName
{
background-color: #369173;
}
.BgClassName
{
background-color: #369173;
}
</style>
border-color css
<style>
span { border-color: #369173; }
span { border-color: rgb(54,145,115); }
td.TdClassName
{
border-color: #369173;
}
.TagClassName
{
border-color: #369173;
}
</style>