Shades of Viridian #398A66
Tints of Viridian #398A66
RGB
CMYK
RGB Variations
Color information
#398A66 (or 0x398A66) is known color: Viridian. HEX triplet: 39, 8A and 66. RGB value is (57,138,102). Sum of RGB (Red+Green+Blue) = 57+138+102=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #398A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A66 is #C67599. Grayscale: #6D6D6D. Windows color (decimal): -13006234 or 6720057. OLE color: 6720057.
HSL color Cylindrical-coordinate representation of color #398A66: hue angle of 153.33º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A66 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 102 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.46 |
| HSL | 153.33º | 0.42% | 0.38% | - |
| HSV(B) | 153.33º | 0.59% | 0.54% | - |
| XYZ | 13.17 | 20.01 | 15.74 | - |
| YUV | 109.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 102 | 0.59 | 0 | 0.26 | 0.46 | 153.33 | 0.42 | 0.38 |
| Hex | 39 | 8A | 66 | 3B | 0 | 1A | 2E | 99 | 2A | 26 |
| Octal | 71 | 212 | 146 | 73 | 0 | 32 | 56 | 231 | 52 | 46 |
| Binary | 111001 | 10001010 | 1100110 | 111011 | 0 | 11010 | 101110 | 10011001 | 101010 | 100110 |
Color Harmonies of #398A66
Complementary color
Monochromatic Colors of #398A66
Black with #398A66
Text Example
Text Example
White with #398A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A66; }
p { color: rgb(57,138,102); }
H1.HeaderClassName
{
color: #398A66;
}
.AnyTagClassName
{
color: #398A66;
}
</style>
background-color css
<style>
a { background-color: #398A66; }
a { background-color: rgb(57,138,102); }
div.DivClassName
{
background-color: #398A66;
}
.BgClassName
{
background-color: #398A66;
}
</style>
border-color css
<style>
span { border-color: #398A66; }
span { border-color: rgb(57,138,102); }
td.TdClassName
{
border-color: #398A66;
}
.TagClassName
{
border-color: #398A66;
}
</style>