Shades of Viridian #388D6A
Tints of Viridian #388D6A
RGB
CMYK
RGB Variations
Color information
#388D6A (or 0x388D6A) is known color: Viridian. HEX triplet: 38, 8D and 6A. RGB value is (56,141,106). Sum of RGB (Red+Green+Blue) = 56+141+106=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #388D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D6A is #C77295. Grayscale: #6F6F6F. Windows color (decimal): -13070998 or 6982968. OLE color: 6982968.
HSL color Cylindrical-coordinate representation of color #388D6A: hue angle of 155.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D6A is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 106 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.45 |
| HSL | 155.29º | 0.43% | 0.39% | - |
| HSV(B) | 155.29º | 0.6% | 0.55% | - |
| XYZ | 13.76 | 20.93 | 16.95 | - |
| YUV | 111.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 106 | 0.60 | 0 | 0.25 | 0.45 | 155.29 | 0.43 | 0.39 |
| Hex | 38 | 8D | 6A | 3C | 0 | 19 | 2D | 9B | 2B | 27 |
| Octal | 70 | 215 | 152 | 74 | 0 | 31 | 55 | 233 | 53 | 47 |
| Binary | 111000 | 10001101 | 1101010 | 111100 | 0 | 11001 | 101101 | 10011011 | 101011 | 100111 |
Color Harmonies of #388D6A
Complementary color
Monochromatic Colors of #388D6A
Black with #388D6A
Text Example
Text Example
White with #388D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D6A; }
p { color: rgb(56,141,106); }
H1.HeaderClassName
{
color: #388D6A;
}
.AnyTagClassName
{
color: #388D6A;
}
</style>
background-color css
<style>
a { background-color: #388D6A; }
a { background-color: rgb(56,141,106); }
div.DivClassName
{
background-color: #388D6A;
}
.BgClassName
{
background-color: #388D6A;
}
</style>
border-color css
<style>
span { border-color: #388D6A; }
span { border-color: rgb(56,141,106); }
td.TdClassName
{
border-color: #388D6A;
}
.TagClassName
{
border-color: #388D6A;
}
</style>