Shades of Viridian #388170
Tints of Viridian #388170
RGB
CMYK
RGB Variations
Color information
#388170 (or 0x388170) is known color: Viridian. HEX triplet: 38, 81 and 70. RGB value is (56,129,112). Sum of RGB (Red+Green+Blue) = 56+129+112=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #388170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388170 is #C77E8F. Grayscale: #696969. Windows color (decimal): -13074064 or 7373112. OLE color: 7373112.
HSL color Cylindrical-coordinate representation of color #388170: hue angle of 166.03º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388170 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 129 | 112 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.49 |
| HSL | 166.03º | 0.39% | 0.36% | - |
| HSV(B) | 166.03º | 0.57% | 0.51% | - |
| XYZ | 12.41 | 17.71 | 18.09 | - |
| YUV | 105.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 112 | 0.57 | 0 | 0.13 | 0.49 | 166.03 | 0.39 | 0.36 |
| Hex | 38 | 81 | 70 | 39 | 0 | D | 31 | A6 | 27 | 24 |
| Octal | 70 | 201 | 160 | 71 | 0 | 15 | 61 | 246 | 47 | 44 |
| Binary | 111000 | 10000001 | 1110000 | 111001 | 0 | 1101 | 110001 | 10100110 | 100111 | 100100 |
Color Harmonies of #388170
Complementary color
Monochromatic Colors of #388170
Black with #388170
Text Example
Text Example
White with #388170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388170; }
p { color: rgb(56,129,112); }
H1.HeaderClassName
{
color: #388170;
}
.AnyTagClassName
{
color: #388170;
}
</style>
background-color css
<style>
a { background-color: #388170; }
a { background-color: rgb(56,129,112); }
div.DivClassName
{
background-color: #388170;
}
.BgClassName
{
background-color: #388170;
}
</style>
border-color css
<style>
span { border-color: #388170; }
span { border-color: rgb(56,129,112); }
td.TdClassName
{
border-color: #388170;
}
.TagClassName
{
border-color: #388170;
}
</style>