Shades of Viridian #388976
Tints of Viridian #388976
RGB
CMYK
RGB Variations
Color information
#388976 (or 0x388976) is known color: Viridian. HEX triplet: 38, 89 and 76. RGB value is (56,137,118). Sum of RGB (Red+Green+Blue) = 56+137+118=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #388976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388976 is #C77689. Grayscale: #6E6E6E. Windows color (decimal): -13072010 or 7768376. OLE color: 7768376.
HSL color Cylindrical-coordinate representation of color #388976: hue angle of 165.93º 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 #388976 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 118 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.46 |
| HSL | 165.93º | 0.42% | 0.38% | - |
| HSV(B) | 165.93º | 0.59% | 0.54% | - |
| XYZ | 13.85 | 20.04 | 20.28 | - |
| YUV | 110.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 118 | 0.59 | 0 | 0.14 | 0.46 | 165.93 | 0.42 | 0.38 |
| Hex | 38 | 89 | 76 | 3B | 0 | E | 2E | A6 | 2A | 26 |
| Octal | 70 | 211 | 166 | 73 | 0 | 16 | 56 | 246 | 52 | 46 |
| Binary | 111000 | 10001001 | 1110110 | 111011 | 0 | 1110 | 101110 | 10100110 | 101010 | 100110 |
Color Harmonies of #388976
Complementary color
Monochromatic Colors of #388976
Black with #388976
Text Example
Text Example
White with #388976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388976; }
p { color: rgb(56,137,118); }
H1.HeaderClassName
{
color: #388976;
}
.AnyTagClassName
{
color: #388976;
}
</style>
background-color css
<style>
a { background-color: #388976; }
a { background-color: rgb(56,137,118); }
div.DivClassName
{
background-color: #388976;
}
.BgClassName
{
background-color: #388976;
}
</style>
border-color css
<style>
span { border-color: #388976; }
span { border-color: rgb(56,137,118); }
td.TdClassName
{
border-color: #388976;
}
.TagClassName
{
border-color: #388976;
}
</style>