Shades of Viridian #388573
Tints of Viridian #388573
RGB
CMYK
RGB Variations
Color information
#388573 (or 0x388573) is known color: Viridian. HEX triplet: 38, 85 and 73. RGB value is (56,133,115). Sum of RGB (Red+Green+Blue) = 56+133+115=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #388573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388573 is #C77A8C. Grayscale: #6B6B6B. Windows color (decimal): -13073037 or 7570744. OLE color: 7570744.
HSL color Cylindrical-coordinate representation of color #388573: hue angle of 165.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388573 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 115 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.48 |
| HSL | 165.97º | 0.41% | 0.37% | - |
| HSV(B) | 165.97º | 0.58% | 0.52% | - |
| XYZ | 13.11 | 18.85 | 19.17 | - |
| YUV | 107.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 115 | 0.58 | 0 | 0.14 | 0.48 | 165.97 | 0.41 | 0.37 |
| Hex | 38 | 85 | 73 | 3A | 0 | E | 30 | A6 | 29 | 25 |
| Octal | 70 | 205 | 163 | 72 | 0 | 16 | 60 | 246 | 51 | 45 |
| Binary | 111000 | 10000101 | 1110011 | 111010 | 0 | 1110 | 110000 | 10100110 | 101001 | 100101 |
Color Harmonies of #388573
Complementary color
Monochromatic Colors of #388573
Black with #388573
Text Example
Text Example
White with #388573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388573; }
p { color: rgb(56,133,115); }
H1.HeaderClassName
{
color: #388573;
}
.AnyTagClassName
{
color: #388573;
}
</style>
background-color css
<style>
a { background-color: #388573; }
a { background-color: rgb(56,133,115); }
div.DivClassName
{
background-color: #388573;
}
.BgClassName
{
background-color: #388573;
}
</style>
border-color css
<style>
span { border-color: #388573; }
span { border-color: rgb(56,133,115); }
td.TdClassName
{
border-color: #388573;
}
.TagClassName
{
border-color: #388573;
}
</style>