Shades of Viridian #388C6D
Tints of Viridian #388C6D
RGB
CMYK
RGB Variations
Color information
#388C6D (or 0x388C6D) is known color: Viridian. HEX triplet: 38, 8C and 6D. RGB value is (56,140,109). Sum of RGB (Red+Green+Blue) = 56+140+109=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #388C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C6D is #C77392. Grayscale: #6F6F6F. Windows color (decimal): -13071251 or 7179320. OLE color: 7179320.
HSL color Cylindrical-coordinate representation of color #388C6D: hue angle of 157.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C6D is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 109 | - |
| CMYK | 0.6 | 0 | 0.22 | 0.45 |
| HSL | 157.86º | 0.43% | 0.38% | - |
| HSV(B) | 157.86º | 0.6% | 0.55% | - |
| XYZ | 13.77 | 20.7 | 17.74 | - |
| YUV | 111.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 109 | 0.6 | 0 | 0.22 | 0.45 | 157.86 | 0.43 | 0.38 |
| Hex | 38 | 8C | 6D | 3C | 0 | 16 | 2D | 9E | 2B | 26 |
| Octal | 70 | 214 | 155 | 74 | 0 | 26 | 55 | 236 | 53 | 46 |
| Binary | 111000 | 10001100 | 1101101 | 111100 | 0 | 10110 | 101101 | 10011110 | 101011 | 100110 |
Color Harmonies of #388C6D
Complementary color
Monochromatic Colors of #388C6D
Black with #388C6D
Text Example
Text Example
White with #388C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C6D; }
p { color: rgb(56,140,109); }
H1.HeaderClassName
{
color: #388C6D;
}
.AnyTagClassName
{
color: #388C6D;
}
</style>
background-color css
<style>
a { background-color: #388C6D; }
a { background-color: rgb(56,140,109); }
div.DivClassName
{
background-color: #388C6D;
}
.BgClassName
{
background-color: #388C6D;
}
</style>
border-color css
<style>
span { border-color: #388C6D; }
span { border-color: rgb(56,140,109); }
td.TdClassName
{
border-color: #388C6D;
}
.TagClassName
{
border-color: #388C6D;
}
</style>