Shades of Viridian #369174
Tints of Viridian #369174
RGB
CMYK
RGB Variations
Color information
#369174 (or 0x369174) is known color: Viridian. HEX triplet: 36, 91 and 74. RGB value is (54,145,116). Sum of RGB (Red+Green+Blue) = 54+145+116=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #369174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369174 is #C96E8B. Grayscale: #727272. Windows color (decimal): -13201036 or 7639350. OLE color: 7639350.
HSL color Cylindrical-coordinate representation of color #369174: hue angle of 160.88º 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 #369174 is Cyan = 0.63, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 116 | - |
| CMYK | 0.63 | 0 | 0.2 | 0.43 |
| HSL | 160.88º | 0.46% | 0.39% | - |
| HSV(B) | 160.88º | 0.63% | 0.57% | - |
| XYZ | 14.8 | 22.3 | 20.05 | - |
| YUV | 114.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 116 | 0.63 | 0 | 0.2 | 0.43 | 160.88 | 0.46 | 0.39 |
| Hex | 36 | 91 | 74 | 3F | 0 | 14 | 2B | A1 | 2E | 27 |
| Octal | 66 | 221 | 164 | 77 | 0 | 24 | 53 | 241 | 56 | 47 |
| Binary | 110110 | 10010001 | 1110100 | 111111 | 0 | 10100 | 101011 | 10100001 | 101110 | 100111 |
Color Harmonies of #369174
Complementary color
Monochromatic Colors of #369174
Black with #369174
Text Example
Text Example
White with #369174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369174; }
p { color: rgb(54,145,116); }
H1.HeaderClassName
{
color: #369174;
}
.AnyTagClassName
{
color: #369174;
}
</style>
background-color css
<style>
a { background-color: #369174; }
a { background-color: rgb(54,145,116); }
div.DivClassName
{
background-color: #369174;
}
.BgClassName
{
background-color: #369174;
}
</style>
border-color css
<style>
span { border-color: #369174; }
span { border-color: rgb(54,145,116); }
td.TdClassName
{
border-color: #369174;
}
.TagClassName
{
border-color: #369174;
}
</style>