Shades of Viridian #388F73
Tints of Viridian #388F73
RGB
CMYK
RGB Variations
Color information
#388F73 (or 0x388F73) is known color: Viridian. HEX triplet: 38, 8F and 73. RGB value is (56,143,115). Sum of RGB (Red+Green+Blue) = 56+143+115=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #388F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F73 is #C7708C. Grayscale: #717171. Windows color (decimal): -13070477 or 7573304. OLE color: 7573304.
HSL color Cylindrical-coordinate representation of color #388F73: hue angle of 160.69º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F73 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 115 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.44 |
| HSL | 160.69º | 0.44% | 0.39% | - |
| HSV(B) | 160.69º | 0.61% | 0.56% | - |
| XYZ | 14.55 | 21.72 | 19.65 | - |
| YUV | 113.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 115 | 0.61 | 0 | 0.20 | 0.44 | 160.69 | 0.44 | 0.39 |
| Hex | 38 | 8F | 73 | 3D | 0 | 14 | 2C | A1 | 2C | 27 |
| Octal | 70 | 217 | 163 | 75 | 0 | 24 | 54 | 241 | 54 | 47 |
| Binary | 111000 | 10001111 | 1110011 | 111101 | 0 | 10100 | 101100 | 10100001 | 101100 | 100111 |
Color Harmonies of #388F73
Complementary color
Monochromatic Colors of #388F73
Black with #388F73
Text Example
Text Example
White with #388F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F73; }
p { color: rgb(56,143,115); }
H1.HeaderClassName
{
color: #388F73;
}
.AnyTagClassName
{
color: #388F73;
}
</style>
background-color css
<style>
a { background-color: #388F73; }
a { background-color: rgb(56,143,115); }
div.DivClassName
{
background-color: #388F73;
}
.BgClassName
{
background-color: #388F73;
}
</style>
border-color css
<style>
span { border-color: #388F73; }
span { border-color: rgb(56,143,115); }
td.TdClassName
{
border-color: #388F73;
}
.TagClassName
{
border-color: #388F73;
}
</style>