Shades of Viridian #369073
Tints of Viridian #369073
RGB
CMYK
RGB Variations
Color information
#369073 (or 0x369073) is known color: Viridian. HEX triplet: 36, 90 and 73. RGB value is (54,144,115). Sum of RGB (Red+Green+Blue) = 54+144+115=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #369073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369073 is #C96F8C. Grayscale: #717171. Windows color (decimal): -13201293 or 7573558. OLE color: 7573558.
HSL color Cylindrical-coordinate representation of color #369073: hue angle of 160.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369073 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 115 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.44 |
| HSL | 160.67º | 0.45% | 0.39% | - |
| HSV(B) | 160.67º | 0.63% | 0.56% | - |
| XYZ | 14.59 | 21.97 | 19.69 | - |
| YUV | 113.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 115 | 0.63 | 0 | 0.20 | 0.44 | 160.67 | 0.45 | 0.39 |
| Hex | 36 | 90 | 73 | 3F | 0 | 14 | 2C | A1 | 2D | 27 |
| Octal | 66 | 220 | 163 | 77 | 0 | 24 | 54 | 241 | 55 | 47 |
| Binary | 110110 | 10010000 | 1110011 | 111111 | 0 | 10100 | 101100 | 10100001 | 101101 | 100111 |
Color Harmonies of #369073
Complementary color
Monochromatic Colors of #369073
Black with #369073
Text Example
Text Example
White with #369073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369073; }
p { color: rgb(54,144,115); }
H1.HeaderClassName
{
color: #369073;
}
.AnyTagClassName
{
color: #369073;
}
</style>
background-color css
<style>
a { background-color: #369073; }
a { background-color: rgb(54,144,115); }
div.DivClassName
{
background-color: #369073;
}
.BgClassName
{
background-color: #369073;
}
</style>
border-color css
<style>
span { border-color: #369073; }
span { border-color: rgb(54,144,115); }
td.TdClassName
{
border-color: #369073;
}
.TagClassName
{
border-color: #369073;
}
</style>