Shades of Viridian #387F6A
Tints of Viridian #387F6A
RGB
CMYK
RGB Variations
Color information
#387F6A (or 0x387F6A) is known color: Viridian. HEX triplet: 38, 7F and 6A. RGB value is (56,127,106). Sum of RGB (Red+Green+Blue) = 56+127+106=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6A is #C78095. Grayscale: #676767. Windows color (decimal): -13074582 or 6979384. OLE color: 6979384.
HSL color Cylindrical-coordinate representation of color #387F6A: hue angle of 162.25º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F6A is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 106 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.50 |
| HSL | 162.25º | 0.39% | 0.36% | - |
| HSV(B) | 162.25º | 0.56% | 0.5% | - |
| XYZ | 11.82 | 17.06 | 16.31 | - |
| YUV | 103.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 106 | 0.56 | 0 | 0.17 | 0.50 | 162.25 | 0.39 | 0.36 |
| Hex | 38 | 7F | 6A | 38 | 0 | 11 | 32 | A2 | 27 | 24 |
| Octal | 70 | 177 | 152 | 70 | 0 | 21 | 62 | 242 | 47 | 44 |
| Binary | 111000 | 1111111 | 1101010 | 111000 | 0 | 10001 | 110010 | 10100010 | 100111 | 100100 |
Color Harmonies of #387F6A
Complementary color
Monochromatic Colors of #387F6A
Black with #387F6A
Text Example
Text Example
White with #387F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F6A; }
p { color: rgb(56,127,106); }
H1.HeaderClassName
{
color: #387F6A;
}
.AnyTagClassName
{
color: #387F6A;
}
</style>
background-color css
<style>
a { background-color: #387F6A; }
a { background-color: rgb(56,127,106); }
div.DivClassName
{
background-color: #387F6A;
}
.BgClassName
{
background-color: #387F6A;
}
</style>
border-color css
<style>
span { border-color: #387F6A; }
span { border-color: rgb(56,127,106); }
td.TdClassName
{
border-color: #387F6A;
}
.TagClassName
{
border-color: #387F6A;
}
</style>