Shades of Viridian #398264
Tints of Viridian #398264
RGB
CMYK
RGB Variations
Color information
#398264 (or 0x398264) is known color: Viridian. HEX triplet: 39, 82 and 64. RGB value is (57,130,100). Sum of RGB (Red+Green+Blue) = 57+130+100=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #398264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398264 is #C67D9B. Grayscale: #686868. Windows color (decimal): -13008284 or 6586937. OLE color: 6586937.
HSL color Cylindrical-coordinate representation of color #398264: hue angle of 155.34º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398264 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 100 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.49 |
| HSL | 155.34º | 0.39% | 0.37% | - |
| HSV(B) | 155.34º | 0.56% | 0.51% | - |
| XYZ | 11.97 | 17.76 | 14.85 | - |
| YUV | 104.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 100 | 0.56 | 0 | 0.23 | 0.49 | 155.34 | 0.39 | 0.37 |
| Hex | 39 | 82 | 64 | 38 | 0 | 17 | 31 | 9B | 27 | 25 |
| Octal | 71 | 202 | 144 | 70 | 0 | 27 | 61 | 233 | 47 | 45 |
| Binary | 111001 | 10000010 | 1100100 | 111000 | 0 | 10111 | 110001 | 10011011 | 100111 | 100101 |
Color Harmonies of #398264
Complementary color
Monochromatic Colors of #398264
Black with #398264
Text Example
Text Example
White with #398264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398264; }
p { color: rgb(57,130,100); }
H1.HeaderClassName
{
color: #398264;
}
.AnyTagClassName
{
color: #398264;
}
</style>
background-color css
<style>
a { background-color: #398264; }
a { background-color: rgb(57,130,100); }
div.DivClassName
{
background-color: #398264;
}
.BgClassName
{
background-color: #398264;
}
</style>
border-color css
<style>
span { border-color: #398264; }
span { border-color: rgb(57,130,100); }
td.TdClassName
{
border-color: #398264;
}
.TagClassName
{
border-color: #398264;
}
</style>