Shades of Viridian #398169
Tints of Viridian #398169
RGB
CMYK
RGB Variations
Color information
#398169 (or 0x398169) is known color: Viridian. HEX triplet: 39, 81 and 69. RGB value is (57,129,105). Sum of RGB (Red+Green+Blue) = 57+129+105=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #398169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398169 is #C67E96. Grayscale: #686868. Windows color (decimal): -13008535 or 6914361. OLE color: 6914361.
HSL color Cylindrical-coordinate representation of color #398169: hue angle of 160º 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 #398169 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 129 | 105 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.49 |
| HSL | 160º | 0.39% | 0.36% | - |
| HSV(B) | 160º | 0.56% | 0.51% | - |
| XYZ | 12.09 | 17.59 | 16.12 | - |
| YUV | 104.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 105 | 0.56 | 0 | 0.19 | 0.49 | 160 | 0.39 | 0.36 |
| Hex | 39 | 81 | 69 | 38 | 0 | 13 | 31 | A0 | 27 | 24 |
| Octal | 71 | 201 | 151 | 70 | 0 | 23 | 61 | 240 | 47 | 44 |
| Binary | 111001 | 10000001 | 1101001 | 111000 | 0 | 10011 | 110001 | 10100000 | 100111 | 100100 |
Color Harmonies of #398169
Complementary color
Monochromatic Colors of #398169
Black with #398169
Text Example
Text Example
White with #398169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398169; }
p { color: rgb(57,129,105); }
H1.HeaderClassName
{
color: #398169;
}
.AnyTagClassName
{
color: #398169;
}
</style>
background-color css
<style>
a { background-color: #398169; }
a { background-color: rgb(57,129,105); }
div.DivClassName
{
background-color: #398169;
}
.BgClassName
{
background-color: #398169;
}
</style>
border-color css
<style>
span { border-color: #398169; }
span { border-color: rgb(57,129,105); }
td.TdClassName
{
border-color: #398169;
}
.TagClassName
{
border-color: #398169;
}
</style>