Shades of Viridian #398764
Tints of Viridian #398764
RGB
CMYK
RGB Variations
Color information
#398764 (or 0x398764) is known color: Viridian. HEX triplet: 39, 87 and 64. RGB value is (57,135,100). Sum of RGB (Red+Green+Blue) = 57+135+100=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #398764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398764 is #C6789B. Grayscale: #6B6B6B. Windows color (decimal): -13007004 or 6588217. OLE color: 6588217.
HSL color Cylindrical-coordinate representation of color #398764: hue angle of 153.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398764 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 135 | 100 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.47 |
| HSL | 153.08º | 0.41% | 0.38% | - |
| HSV(B) | 153.08º | 0.58% | 0.53% | - |
| XYZ | 12.65 | 19.12 | 15.08 | - |
| YUV | 107.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 100 | 0.58 | 0 | 0.26 | 0.47 | 153.08 | 0.41 | 0.38 |
| Hex | 39 | 87 | 64 | 3A | 0 | 1A | 2F | 99 | 29 | 26 |
| Octal | 71 | 207 | 144 | 72 | 0 | 32 | 57 | 231 | 51 | 46 |
| Binary | 111001 | 10000111 | 1100100 | 111010 | 0 | 11010 | 101111 | 10011001 | 101001 | 100110 |
Color Harmonies of #398764
Complementary color
Monochromatic Colors of #398764
Black with #398764
Text Example
Text Example
White with #398764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398764; }
p { color: rgb(57,135,100); }
H1.HeaderClassName
{
color: #398764;
}
.AnyTagClassName
{
color: #398764;
}
</style>
background-color css
<style>
a { background-color: #398764; }
a { background-color: rgb(57,135,100); }
div.DivClassName
{
background-color: #398764;
}
.BgClassName
{
background-color: #398764;
}
</style>
border-color css
<style>
span { border-color: #398764; }
span { border-color: rgb(57,135,100); }
td.TdClassName
{
border-color: #398764;
}
.TagClassName
{
border-color: #398764;
}
</style>