Shades of Viridian #388775
Tints of Viridian #388775
RGB
CMYK
RGB Variations
Color information
#388775 (or 0x388775) is known color: Viridian. HEX triplet: 38, 87 and 75. RGB value is (56,135,117). Sum of RGB (Red+Green+Blue) = 56+135+117=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #388775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388775 is #C7788A. Grayscale: #6D6D6D. Windows color (decimal): -13072523 or 7702328. OLE color: 7702328.
HSL color Cylindrical-coordinate representation of color #388775: hue angle of 166.33º 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 #388775 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 117 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.47 |
| HSL | 166.33º | 0.41% | 0.37% | - |
| HSV(B) | 166.33º | 0.59% | 0.53% | - |
| XYZ | 13.51 | 19.45 | 19.87 | - |
| YUV | 109.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 117 | 0.59 | 0 | 0.13 | 0.47 | 166.33 | 0.41 | 0.37 |
| Hex | 38 | 87 | 75 | 3B | 0 | D | 2F | A6 | 29 | 25 |
| Octal | 70 | 207 | 165 | 73 | 0 | 15 | 57 | 246 | 51 | 45 |
| Binary | 111000 | 10000111 | 1110101 | 111011 | 0 | 1101 | 101111 | 10100110 | 101001 | 100101 |
Color Harmonies of #388775
Complementary color
Monochromatic Colors of #388775
Black with #388775
Text Example
Text Example
White with #388775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388775; }
p { color: rgb(56,135,117); }
H1.HeaderClassName
{
color: #388775;
}
.AnyTagClassName
{
color: #388775;
}
</style>
background-color css
<style>
a { background-color: #388775; }
a { background-color: rgb(56,135,117); }
div.DivClassName
{
background-color: #388775;
}
.BgClassName
{
background-color: #388775;
}
</style>
border-color css
<style>
span { border-color: #388775; }
span { border-color: rgb(56,135,117); }
td.TdClassName
{
border-color: #388775;
}
.TagClassName
{
border-color: #388775;
}
</style>