Shades of Viridian #398165
Tints of Viridian #398165
RGB
CMYK
RGB Variations
Color information
#398165 (or 0x398165) is known color: Viridian. HEX triplet: 39, 81 and 65. RGB value is (57,129,101). Sum of RGB (Red+Green+Blue) = 57+129+101=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #398165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398165 is #C67E9A. Grayscale: #686868. Windows color (decimal): -13008539 or 6652217. OLE color: 6652217.
HSL color Cylindrical-coordinate representation of color #398165: hue angle of 156.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398165 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 129 | 101 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.49 |
| HSL | 156.67º | 0.39% | 0.36% | - |
| HSV(B) | 156.67º | 0.56% | 0.51% | - |
| XYZ | 11.89 | 17.51 | 15.07 | - |
| YUV | 104.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 101 | 0.56 | 0 | 0.22 | 0.49 | 156.67 | 0.39 | 0.36 |
| Hex | 39 | 81 | 65 | 38 | 0 | 16 | 31 | 9D | 27 | 24 |
| Octal | 71 | 201 | 145 | 70 | 0 | 26 | 61 | 235 | 47 | 44 |
| Binary | 111001 | 10000001 | 1100101 | 111000 | 0 | 10110 | 110001 | 10011101 | 100111 | 100100 |
Color Harmonies of #398165
Complementary color
Monochromatic Colors of #398165
Black with #398165
Text Example
Text Example
White with #398165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398165; }
p { color: rgb(57,129,101); }
H1.HeaderClassName
{
color: #398165;
}
.AnyTagClassName
{
color: #398165;
}
</style>
background-color css
<style>
a { background-color: #398165; }
a { background-color: rgb(57,129,101); }
div.DivClassName
{
background-color: #398165;
}
.BgClassName
{
background-color: #398165;
}
</style>
border-color css
<style>
span { border-color: #398165; }
span { border-color: rgb(57,129,101); }
td.TdClassName
{
border-color: #398165;
}
.TagClassName
{
border-color: #398165;
}
</style>