Shades of Viridian #369372
Tints of Viridian #369372
RGB
CMYK
RGB Variations
Color information
#369372 (or 0x369372) is known color: Viridian. HEX triplet: 36, 93 and 72. RGB value is (54,147,114). Sum of RGB (Red+Green+Blue) = 54+147+114=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #369372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369372 is #C96C8D. Grayscale: #737373. Windows color (decimal): -13200526 or 7508790. OLE color: 7508790.
HSL color Cylindrical-coordinate representation of color #369372: hue angle of 158.71º 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 #369372 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 147 | 114 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.42 |
| HSL | 158.71º | 0.46% | 0.39% | - |
| HSV(B) | 158.71º | 0.63% | 0.58% | - |
| XYZ | 14.99 | 22.87 | 19.54 | - |
| YUV | 115.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 114 | 0.63 | 0 | 0.22 | 0.42 | 158.71 | 0.46 | 0.39 |
| Hex | 36 | 93 | 72 | 3F | 0 | 16 | 2A | 9F | 2E | 27 |
| Octal | 66 | 223 | 162 | 77 | 0 | 26 | 52 | 237 | 56 | 47 |
| Binary | 110110 | 10010011 | 1110010 | 111111 | 0 | 10110 | 101010 | 10011111 | 101110 | 100111 |
Color Harmonies of #369372
Complementary color
Monochromatic Colors of #369372
Black with #369372
Text Example
Text Example
White with #369372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369372; }
p { color: rgb(54,147,114); }
H1.HeaderClassName
{
color: #369372;
}
.AnyTagClassName
{
color: #369372;
}
</style>
background-color css
<style>
a { background-color: #369372; }
a { background-color: rgb(54,147,114); }
div.DivClassName
{
background-color: #369372;
}
.BgClassName
{
background-color: #369372;
}
</style>
border-color css
<style>
span { border-color: #369372; }
span { border-color: rgb(54,147,114); }
td.TdClassName
{
border-color: #369372;
}
.TagClassName
{
border-color: #369372;
}
</style>