Shades of Viridian #388977
Tints of Viridian #388977
RGB
CMYK
RGB Variations
Color information
#388977 (or 0x388977) is known color: Viridian. HEX triplet: 38, 89 and 77. RGB value is (56,137,119). Sum of RGB (Red+Green+Blue) = 56+137+119=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #388977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388977 is #C77688. Grayscale: #6E6E6E. Windows color (decimal): -13072009 or 7833912. OLE color: 7833912.
HSL color Cylindrical-coordinate representation of color #388977: hue angle of 166.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388977 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 119 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.46 |
| HSL | 166.67º | 0.42% | 0.38% | - |
| HSV(B) | 166.67º | 0.59% | 0.54% | - |
| XYZ | 13.91 | 20.06 | 20.59 | - |
| YUV | 110.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 119 | 0.59 | 0 | 0.13 | 0.46 | 166.67 | 0.42 | 0.38 |
| Hex | 38 | 89 | 77 | 3B | 0 | D | 2E | A7 | 2A | 26 |
| Octal | 70 | 211 | 167 | 73 | 0 | 15 | 56 | 247 | 52 | 46 |
| Binary | 111000 | 10001001 | 1110111 | 111011 | 0 | 1101 | 101110 | 10100111 | 101010 | 100110 |
Color Harmonies of #388977
Complementary color
Monochromatic Colors of #388977
Black with #388977
Text Example
Text Example
White with #388977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388977; }
p { color: rgb(56,137,119); }
H1.HeaderClassName
{
color: #388977;
}
.AnyTagClassName
{
color: #388977;
}
</style>
background-color css
<style>
a { background-color: #388977; }
a { background-color: rgb(56,137,119); }
div.DivClassName
{
background-color: #388977;
}
.BgClassName
{
background-color: #388977;
}
</style>
border-color css
<style>
span { border-color: #388977; }
span { border-color: rgb(56,137,119); }
td.TdClassName
{
border-color: #388977;
}
.TagClassName
{
border-color: #388977;
}
</style>