Shades of Viridian #388A70
Tints of Viridian #388A70
RGB
CMYK
RGB Variations
Color information
#388A70 (or 0x388A70) is known color: Viridian. HEX triplet: 38, 8A and 70. RGB value is (56,138,112). Sum of RGB (Red+Green+Blue) = 56+138+112=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #388A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A70 is #C7758F. Grayscale: #6E6E6E. Windows color (decimal): -13071760 or 7375416. OLE color: 7375416.
HSL color Cylindrical-coordinate representation of color #388A70: hue angle of 160.98º 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 #388A70 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 112 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.46 |
| HSL | 160.98º | 0.42% | 0.38% | - |
| HSV(B) | 160.98º | 0.59% | 0.54% | - |
| XYZ | 13.64 | 20.19 | 18.51 | - |
| YUV | 110.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 112 | 0.59 | 0 | 0.19 | 0.46 | 160.98 | 0.42 | 0.38 |
| Hex | 38 | 8A | 70 | 3B | 0 | 13 | 2E | A1 | 2A | 26 |
| Octal | 70 | 212 | 160 | 73 | 0 | 23 | 56 | 241 | 52 | 46 |
| Binary | 111000 | 10001010 | 1110000 | 111011 | 0 | 10011 | 101110 | 10100001 | 101010 | 100110 |
Color Harmonies of #388A70
Complementary color
Monochromatic Colors of #388A70
Black with #388A70
Text Example
Text Example
White with #388A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A70; }
p { color: rgb(56,138,112); }
H1.HeaderClassName
{
color: #388A70;
}
.AnyTagClassName
{
color: #388A70;
}
</style>
background-color css
<style>
a { background-color: #388A70; }
a { background-color: rgb(56,138,112); }
div.DivClassName
{
background-color: #388A70;
}
.BgClassName
{
background-color: #388A70;
}
</style>
border-color css
<style>
span { border-color: #388A70; }
span { border-color: rgb(56,138,112); }
td.TdClassName
{
border-color: #388A70;
}
.TagClassName
{
border-color: #388A70;
}
</style>