Shades of Viridian #398069
Tints of Viridian #398069
RGB
CMYK
RGB Variations
Color information
#398069 (or 0x398069) is known color: Viridian. HEX triplet: 39, 80 and 69. RGB value is (57,128,105). Sum of RGB (Red+Green+Blue) = 57+128+105=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #398069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398069 is #C67F96. Grayscale: #686868. Windows color (decimal): -13008791 or 6914105. OLE color: 6914105.
HSL color Cylindrical-coordinate representation of color #398069: hue angle of 160.56º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398069 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 128 | 105 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.50 |
| HSL | 160.56º | 0.38% | 0.36% | - |
| HSV(B) | 160.56º | 0.55% | 0.5% | - |
| XYZ | 11.96 | 17.33 | 16.08 | - |
| YUV | 104.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 105 | 0.55 | 0 | 0.18 | 0.50 | 160.56 | 0.38 | 0.36 |
| Hex | 39 | 80 | 69 | 37 | 0 | 12 | 32 | A1 | 26 | 24 |
| Octal | 71 | 200 | 151 | 67 | 0 | 22 | 62 | 241 | 46 | 44 |
| Binary | 111001 | 10000000 | 1101001 | 110111 | 0 | 10010 | 110010 | 10100001 | 100110 | 100100 |
Color Harmonies of #398069
Complementary color
Monochromatic Colors of #398069
Black with #398069
Text Example
Text Example
White with #398069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398069; }
p { color: rgb(57,128,105); }
H1.HeaderClassName
{
color: #398069;
}
.AnyTagClassName
{
color: #398069;
}
</style>
background-color css
<style>
a { background-color: #398069; }
a { background-color: rgb(57,128,105); }
div.DivClassName
{
background-color: #398069;
}
.BgClassName
{
background-color: #398069;
}
</style>
border-color css
<style>
span { border-color: #398069; }
span { border-color: rgb(57,128,105); }
td.TdClassName
{
border-color: #398069;
}
.TagClassName
{
border-color: #398069;
}
</style>