Shades of Viridian #388972
Tints of Viridian #388972
RGB
CMYK
RGB Variations
Color information
#388972 (or 0x388972) is known color: Viridian. HEX triplet: 38, 89 and 72. RGB value is (56,137,114). Sum of RGB (Red+Green+Blue) = 56+137+114=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #388972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388972 is #C7768D. Grayscale: #6E6E6E. Windows color (decimal): -13072014 or 7506232. OLE color: 7506232.
HSL color Cylindrical-coordinate representation of color #388972: hue angle of 162.96º 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 #388972 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 114 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.46 |
| HSL | 162.96º | 0.42% | 0.38% | - |
| HSV(B) | 162.96º | 0.59% | 0.54% | - |
| XYZ | 13.61 | 19.95 | 19.05 | - |
| YUV | 110.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 114 | 0.59 | 0 | 0.17 | 0.46 | 162.96 | 0.42 | 0.38 |
| Hex | 38 | 89 | 72 | 3B | 0 | 11 | 2E | A3 | 2A | 26 |
| Octal | 70 | 211 | 162 | 73 | 0 | 21 | 56 | 243 | 52 | 46 |
| Binary | 111000 | 10001001 | 1110010 | 111011 | 0 | 10001 | 101110 | 10100011 | 101010 | 100110 |
Color Harmonies of #388972
Complementary color
Monochromatic Colors of #388972
Black with #388972
Text Example
Text Example
White with #388972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388972; }
p { color: rgb(56,137,114); }
H1.HeaderClassName
{
color: #388972;
}
.AnyTagClassName
{
color: #388972;
}
</style>
background-color css
<style>
a { background-color: #388972; }
a { background-color: rgb(56,137,114); }
div.DivClassName
{
background-color: #388972;
}
.BgClassName
{
background-color: #388972;
}
</style>
border-color css
<style>
span { border-color: #388972; }
span { border-color: rgb(56,137,114); }
td.TdClassName
{
border-color: #388972;
}
.TagClassName
{
border-color: #388972;
}
</style>