Shades of Viridian #388779
Tints of Viridian #388779
RGB
CMYK
RGB Variations
Color information
#388779 (or 0x388779) is known color: Viridian. HEX triplet: 38, 87 and 79. RGB value is (56,135,121). Sum of RGB (Red+Green+Blue) = 56+135+121=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #388779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388779 is #C77886. Grayscale: #6D6D6D. Windows color (decimal): -13072519 or 7964472. OLE color: 7964472.
HSL color Cylindrical-coordinate representation of color #388779: hue angle of 169.37º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388779 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 121 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.47 |
| HSL | 169.37º | 0.41% | 0.37% | - |
| HSV(B) | 169.37º | 0.59% | 0.53% | - |
| XYZ | 13.75 | 19.55 | 21.14 | - |
| YUV | 109.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 121 | 0.59 | 0 | 0.10 | 0.47 | 169.37 | 0.41 | 0.37 |
| Hex | 38 | 87 | 79 | 3B | 0 | A | 2F | A9 | 29 | 25 |
| Octal | 70 | 207 | 171 | 73 | 0 | 12 | 57 | 251 | 51 | 45 |
| Binary | 111000 | 10000111 | 1111001 | 111011 | 0 | 1010 | 101111 | 10101001 | 101001 | 100101 |
Color Harmonies of #388779
Complementary color
Monochromatic Colors of #388779
Black with #388779
Text Example
Text Example
White with #388779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388779; }
p { color: rgb(56,135,121); }
H1.HeaderClassName
{
color: #388779;
}
.AnyTagClassName
{
color: #388779;
}
</style>
background-color css
<style>
a { background-color: #388779; }
a { background-color: rgb(56,135,121); }
div.DivClassName
{
background-color: #388779;
}
.BgClassName
{
background-color: #388779;
}
</style>
border-color css
<style>
span { border-color: #388779; }
span { border-color: rgb(56,135,121); }
td.TdClassName
{
border-color: #388779;
}
.TagClassName
{
border-color: #388779;
}
</style>