Shades of Viridian #398466
Tints of Viridian #398466
RGB
CMYK
RGB Variations
Color information
#398466 (or 0x398466) is known color: Viridian. HEX triplet: 39, 84 and 66. RGB value is (57,132,102). Sum of RGB (Red+Green+Blue) = 57+132+102=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #398466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398466 is #C67B99. Grayscale: #6A6A6A. Windows color (decimal): -13007770 or 6718521. OLE color: 6718521.
HSL color Cylindrical-coordinate representation of color #398466: hue angle of 156º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398466 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 102 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.48 |
| HSL | 156º | 0.4% | 0.37% | - |
| HSV(B) | 156º | 0.57% | 0.52% | - |
| XYZ | 12.34 | 18.33 | 15.46 | - |
| YUV | 106.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 102 | 0.57 | 0 | 0.23 | 0.48 | 156 | 0.4 | 0.37 |
| Hex | 39 | 84 | 66 | 39 | 0 | 17 | 30 | 9C | 28 | 25 |
| Octal | 71 | 204 | 146 | 71 | 0 | 27 | 60 | 234 | 50 | 45 |
| Binary | 111001 | 10000100 | 1100110 | 111001 | 0 | 10111 | 110000 | 10011100 | 101000 | 100101 |
Color Harmonies of #398466
Complementary color
Monochromatic Colors of #398466
Black with #398466
Text Example
Text Example
White with #398466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398466; }
p { color: rgb(57,132,102); }
H1.HeaderClassName
{
color: #398466;
}
.AnyTagClassName
{
color: #398466;
}
</style>
background-color css
<style>
a { background-color: #398466; }
a { background-color: rgb(57,132,102); }
div.DivClassName
{
background-color: #398466;
}
.BgClassName
{
background-color: #398466;
}
</style>
border-color css
<style>
span { border-color: #398466; }
span { border-color: rgb(57,132,102); }
td.TdClassName
{
border-color: #398466;
}
.TagClassName
{
border-color: #398466;
}
</style>