Shades of Viridian #389672
Tints of Viridian #389672
RGB
CMYK
RGB Variations
Color information
#389672 (or 0x389672) is known color: Viridian. HEX triplet: 38, 96 and 72. RGB value is (56,150,114). Sum of RGB (Red+Green+Blue) = 56+150+114=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #389672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389672 is #C7698D. Grayscale: #757575. Windows color (decimal): -13068686 or 7509560. OLE color: 7509560.
HSL color Cylindrical-coordinate representation of color #389672: hue angle of 157.02º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389672 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 114 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.41 |
| HSL | 157.02º | 0.46% | 0.4% | - |
| HSV(B) | 157.02º | 0.63% | 0.59% | - |
| XYZ | 15.57 | 23.87 | 19.71 | - |
| YUV | 117.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 114 | 0.63 | 0 | 0.24 | 0.41 | 157.02 | 0.46 | 0.4 |
| Hex | 38 | 96 | 72 | 3F | 0 | 18 | 29 | 9D | 2E | 28 |
| Octal | 70 | 226 | 162 | 77 | 0 | 30 | 51 | 235 | 56 | 50 |
| Binary | 111000 | 10010110 | 1110010 | 111111 | 0 | 11000 | 101001 | 10011101 | 101110 | 101000 |
Color Harmonies of #389672
Complementary color
Monochromatic Colors of #389672
Black with #389672
Text Example
Text Example
White with #389672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389672; }
p { color: rgb(56,150,114); }
H1.HeaderClassName
{
color: #389672;
}
.AnyTagClassName
{
color: #389672;
}
</style>
background-color css
<style>
a { background-color: #389672; }
a { background-color: rgb(56,150,114); }
div.DivClassName
{
background-color: #389672;
}
.BgClassName
{
background-color: #389672;
}
</style>
border-color css
<style>
span { border-color: #389672; }
span { border-color: rgb(56,150,114); }
td.TdClassName
{
border-color: #389672;
}
.TagClassName
{
border-color: #389672;
}
</style>