Shades of Viridian #388575
Tints of Viridian #388575
RGB
CMYK
RGB Variations
Color information
#388575 (or 0x388575) is known color: Viridian. HEX triplet: 38, 85 and 75. RGB value is (56,133,117). Sum of RGB (Red+Green+Blue) = 56+133+117=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #388575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388575 is #C77A8A. Grayscale: #6C6C6C. Windows color (decimal): -13073035 or 7701816. OLE color: 7701816.
HSL color Cylindrical-coordinate representation of color #388575: hue angle of 167.53º 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 #388575 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 117 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.48 |
| HSL | 167.53º | 0.41% | 0.37% | - |
| HSV(B) | 167.53º | 0.58% | 0.52% | - |
| XYZ | 13.23 | 18.9 | 19.78 | - |
| YUV | 108.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 117 | 0.58 | 0 | 0.12 | 0.48 | 167.53 | 0.41 | 0.37 |
| Hex | 38 | 85 | 75 | 3A | 0 | C | 30 | A8 | 29 | 25 |
| Octal | 70 | 205 | 165 | 72 | 0 | 14 | 60 | 250 | 51 | 45 |
| Binary | 111000 | 10000101 | 1110101 | 111010 | 0 | 1100 | 110000 | 10101000 | 101001 | 100101 |
Color Harmonies of #388575
Complementary color
Monochromatic Colors of #388575
Black with #388575
Text Example
Text Example
White with #388575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388575; }
p { color: rgb(56,133,117); }
H1.HeaderClassName
{
color: #388575;
}
.AnyTagClassName
{
color: #388575;
}
</style>
background-color css
<style>
a { background-color: #388575; }
a { background-color: rgb(56,133,117); }
div.DivClassName
{
background-color: #388575;
}
.BgClassName
{
background-color: #388575;
}
</style>
border-color css
<style>
span { border-color: #388575; }
span { border-color: rgb(56,133,117); }
td.TdClassName
{
border-color: #388575;
}
.TagClassName
{
border-color: #388575;
}
</style>