Shades of Viridian #388670
Tints of Viridian #388670
RGB
CMYK
RGB Variations
Color information
#388670 (or 0x388670) is known color: Viridian. HEX triplet: 38, 86 and 70. RGB value is (56,134,112). Sum of RGB (Red+Green+Blue) = 56+134+112=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #388670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388670 is #C7798F. Grayscale: #6C6C6C. Windows color (decimal): -13072784 or 7374392. OLE color: 7374392.
HSL color Cylindrical-coordinate representation of color #388670: hue angle of 163.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388670 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 112 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.47 |
| HSL | 163.08º | 0.41% | 0.37% | - |
| HSV(B) | 163.08º | 0.58% | 0.53% | - |
| XYZ | 13.08 | 19.06 | 18.32 | - |
| YUV | 108.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 112 | 0.58 | 0 | 0.16 | 0.47 | 163.08 | 0.41 | 0.37 |
| Hex | 38 | 86 | 70 | 3A | 0 | 10 | 2F | A3 | 29 | 25 |
| Octal | 70 | 206 | 160 | 72 | 0 | 20 | 57 | 243 | 51 | 45 |
| Binary | 111000 | 10000110 | 1110000 | 111010 | 0 | 10000 | 101111 | 10100011 | 101001 | 100101 |
Color Harmonies of #388670
Complementary color
Monochromatic Colors of #388670
Black with #388670
Text Example
Text Example
White with #388670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388670; }
p { color: rgb(56,134,112); }
H1.HeaderClassName
{
color: #388670;
}
.AnyTagClassName
{
color: #388670;
}
</style>
background-color css
<style>
a { background-color: #388670; }
a { background-color: rgb(56,134,112); }
div.DivClassName
{
background-color: #388670;
}
.BgClassName
{
background-color: #388670;
}
</style>
border-color css
<style>
span { border-color: #388670; }
span { border-color: rgb(56,134,112); }
td.TdClassName
{
border-color: #388670;
}
.TagClassName
{
border-color: #388670;
}
</style>