Shades of Viridian #369373
Tints of Viridian #369373
RGB
CMYK
RGB Variations
Color information
#369373 (or 0x369373) is known color: Viridian. HEX triplet: 36, 93 and 73. RGB value is (54,147,115). Sum of RGB (Red+Green+Blue) = 54+147+115=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #369373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369373 is #C96C8C. Grayscale: #737373. Windows color (decimal): -13200525 or 7574326. OLE color: 7574326.
HSL color Cylindrical-coordinate representation of color #369373: hue angle of 159.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369373 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 147 | 115 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.42 |
| HSL | 159.35º | 0.46% | 0.39% | - |
| HSV(B) | 159.35º | 0.63% | 0.58% | - |
| XYZ | 15.05 | 22.89 | 19.84 | - |
| YUV | 115.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 115 | 0.63 | 0 | 0.22 | 0.42 | 159.35 | 0.46 | 0.39 |
| Hex | 36 | 93 | 73 | 3F | 0 | 16 | 2A | 9F | 2E | 27 |
| Octal | 66 | 223 | 163 | 77 | 0 | 26 | 52 | 237 | 56 | 47 |
| Binary | 110110 | 10010011 | 1110011 | 111111 | 0 | 10110 | 101010 | 10011111 | 101110 | 100111 |
Color Harmonies of #369373
Complementary color
Monochromatic Colors of #369373
Black with #369373
Text Example
Text Example
White with #369373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369373; }
p { color: rgb(54,147,115); }
H1.HeaderClassName
{
color: #369373;
}
.AnyTagClassName
{
color: #369373;
}
</style>
background-color css
<style>
a { background-color: #369373; }
a { background-color: rgb(54,147,115); }
div.DivClassName
{
background-color: #369373;
}
.BgClassName
{
background-color: #369373;
}
</style>
border-color css
<style>
span { border-color: #369373; }
span { border-color: rgb(54,147,115); }
td.TdClassName
{
border-color: #369373;
}
.TagClassName
{
border-color: #369373;
}
</style>