Shades of Viridian #388975
Tints of Viridian #388975
RGB
CMYK
RGB Variations
Color information
#388975 (or 0x388975) is known color: Viridian. HEX triplet: 38, 89 and 75. RGB value is (56,137,117). Sum of RGB (Red+Green+Blue) = 56+137+117=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #388975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388975 is #C7768A. Grayscale: #6E6E6E. Windows color (decimal): -13072011 or 7702840. OLE color: 7702840.
HSL color Cylindrical-coordinate representation of color #388975: hue angle of 165.19º 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 #388975 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 117 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.46 |
| HSL | 165.19º | 0.42% | 0.38% | - |
| HSV(B) | 165.19º | 0.59% | 0.54% | - |
| XYZ | 13.79 | 20.02 | 19.97 | - |
| YUV | 110.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 117 | 0.59 | 0 | 0.15 | 0.46 | 165.19 | 0.42 | 0.38 |
| Hex | 38 | 89 | 75 | 3B | 0 | F | 2E | A5 | 2A | 26 |
| Octal | 70 | 211 | 165 | 73 | 0 | 17 | 56 | 245 | 52 | 46 |
| Binary | 111000 | 10001001 | 1110101 | 111011 | 0 | 1111 | 101110 | 10100101 | 101010 | 100110 |
Color Harmonies of #388975
Complementary color
Monochromatic Colors of #388975
Black with #388975
Text Example
Text Example
White with #388975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388975; }
p { color: rgb(56,137,117); }
H1.HeaderClassName
{
color: #388975;
}
.AnyTagClassName
{
color: #388975;
}
</style>
background-color css
<style>
a { background-color: #388975; }
a { background-color: rgb(56,137,117); }
div.DivClassName
{
background-color: #388975;
}
.BgClassName
{
background-color: #388975;
}
</style>
border-color css
<style>
span { border-color: #388975; }
span { border-color: rgb(56,137,117); }
td.TdClassName
{
border-color: #388975;
}
.TagClassName
{
border-color: #388975;
}
</style>