Shades of Viridian #388C6C
Tints of Viridian #388C6C
RGB
CMYK
RGB Variations
Color information
#388C6C (or 0x388C6C) is known color: Viridian. HEX triplet: 38, 8C and 6C. RGB value is (56,140,108). Sum of RGB (Red+Green+Blue) = 56+140+108=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #388C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C6C is #C77393. Grayscale: #6F6F6F. Windows color (decimal): -13071252 or 7113784. OLE color: 7113784.
HSL color Cylindrical-coordinate representation of color #388C6C: hue angle of 157.14º 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 #388C6C is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 108 | - |
| CMYK | 0.6 | 0 | 0.23 | 0.45 |
| HSL | 157.14º | 0.43% | 0.38% | - |
| HSV(B) | 157.14º | 0.6% | 0.55% | - |
| XYZ | 13.72 | 20.68 | 17.46 | - |
| YUV | 111.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 108 | 0.6 | 0 | 0.23 | 0.45 | 157.14 | 0.43 | 0.38 |
| Hex | 38 | 8C | 6C | 3C | 0 | 17 | 2D | 9D | 2B | 26 |
| Octal | 70 | 214 | 154 | 74 | 0 | 27 | 55 | 235 | 53 | 46 |
| Binary | 111000 | 10001100 | 1101100 | 111100 | 0 | 10111 | 101101 | 10011101 | 101011 | 100110 |
Color Harmonies of #388C6C
Complementary color
Monochromatic Colors of #388C6C
Black with #388C6C
Text Example
Text Example
White with #388C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C6C; }
p { color: rgb(56,140,108); }
H1.HeaderClassName
{
color: #388C6C;
}
.AnyTagClassName
{
color: #388C6C;
}
</style>
background-color css
<style>
a { background-color: #388C6C; }
a { background-color: rgb(56,140,108); }
div.DivClassName
{
background-color: #388C6C;
}
.BgClassName
{
background-color: #388C6C;
}
</style>
border-color css
<style>
span { border-color: #388C6C; }
span { border-color: rgb(56,140,108); }
td.TdClassName
{
border-color: #388C6C;
}
.TagClassName
{
border-color: #388C6C;
}
</style>