Shades of Viridian #387F6E
Tints of Viridian #387F6E
RGB
CMYK
RGB Variations
Color information
#387F6E (or 0x387F6E) is known color: Viridian. HEX triplet: 38, 7F and 6E. RGB value is (56,127,110). Sum of RGB (Red+Green+Blue) = 56+127+110=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6E is #C78091. Grayscale: #676767. Windows color (decimal): -13074578 or 7241528. OLE color: 7241528.
HSL color Cylindrical-coordinate representation of color #387F6E: hue angle of 165.63º 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 #387F6E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 110 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.50 |
| HSL | 165.63º | 0.39% | 0.36% | - |
| HSV(B) | 165.63º | 0.56% | 0.5% | - |
| XYZ | 12.03 | 17.15 | 17.43 | - |
| YUV | 103.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 110 | 0.56 | 0 | 0.13 | 0.50 | 165.63 | 0.39 | 0.36 |
| Hex | 38 | 7F | 6E | 38 | 0 | D | 32 | A6 | 27 | 24 |
| Octal | 70 | 177 | 156 | 70 | 0 | 15 | 62 | 246 | 47 | 44 |
| Binary | 111000 | 1111111 | 1101110 | 111000 | 0 | 1101 | 110010 | 10100110 | 100111 | 100100 |
Color Harmonies of #387F6E
Complementary color
Monochromatic Colors of #387F6E
Black with #387F6E
Text Example
Text Example
White with #387F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F6E; }
p { color: rgb(56,127,110); }
H1.HeaderClassName
{
color: #387F6E;
}
.AnyTagClassName
{
color: #387F6E;
}
</style>
background-color css
<style>
a { background-color: #387F6E; }
a { background-color: rgb(56,127,110); }
div.DivClassName
{
background-color: #387F6E;
}
.BgClassName
{
background-color: #387F6E;
}
</style>
border-color css
<style>
span { border-color: #387F6E; }
span { border-color: rgb(56,127,110); }
td.TdClassName
{
border-color: #387F6E;
}
.TagClassName
{
border-color: #387F6E;
}
</style>