Shades of Viridian #398B69
Tints of Viridian #398B69
RGB
CMYK
RGB Variations
Color information
#398B69 (or 0x398B69) is known color: Viridian. HEX triplet: 39, 8B and 69. RGB value is (57,139,105). Sum of RGB (Red+Green+Blue) = 57+139+105=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #398B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B69 is #C67496. Grayscale: #6E6E6E. Windows color (decimal): -13005975 or 6916921. OLE color: 6916921.
HSL color Cylindrical-coordinate representation of color #398B69: hue angle of 155.12º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B69 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 105 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.45 |
| HSL | 155.12º | 0.42% | 0.38% | - |
| HSV(B) | 155.12º | 0.59% | 0.55% | - |
| XYZ | 13.47 | 20.36 | 16.58 | - |
| YUV | 110.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 105 | 0.59 | 0 | 0.24 | 0.45 | 155.12 | 0.42 | 0.38 |
| Hex | 39 | 8B | 69 | 3B | 0 | 18 | 2D | 9B | 2A | 26 |
| Octal | 71 | 213 | 151 | 73 | 0 | 30 | 55 | 233 | 52 | 46 |
| Binary | 111001 | 10001011 | 1101001 | 111011 | 0 | 11000 | 101101 | 10011011 | 101010 | 100110 |
Color Harmonies of #398B69
Complementary color
Monochromatic Colors of #398B69
Black with #398B69
Text Example
Text Example
White with #398B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B69; }
p { color: rgb(57,139,105); }
H1.HeaderClassName
{
color: #398B69;
}
.AnyTagClassName
{
color: #398B69;
}
</style>
background-color css
<style>
a { background-color: #398B69; }
a { background-color: rgb(57,139,105); }
div.DivClassName
{
background-color: #398B69;
}
.BgClassName
{
background-color: #398B69;
}
</style>
border-color css
<style>
span { border-color: #398B69; }
span { border-color: rgb(57,139,105); }
td.TdClassName
{
border-color: #398B69;
}
.TagClassName
{
border-color: #398B69;
}
</style>