Shades of Viridian #387F6C
Tints of Viridian #387F6C
RGB
CMYK
RGB Variations
Color information
#387F6C (or 0x387F6C) is known color: Viridian. HEX triplet: 38, 7F and 6C. RGB value is (56,127,108). Sum of RGB (Red+Green+Blue) = 56+127+108=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6C is #C78093. Grayscale: #676767. Windows color (decimal): -13074580 or 7110456. OLE color: 7110456.
HSL color Cylindrical-coordinate representation of color #387F6C: hue angle of 163.94º 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 #387F6C is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 108 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.50 |
| HSL | 163.94º | 0.39% | 0.36% | - |
| HSV(B) | 163.94º | 0.56% | 0.5% | - |
| XYZ | 11.93 | 17.1 | 16.86 | - |
| YUV | 103.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 108 | 0.56 | 0 | 0.15 | 0.50 | 163.94 | 0.39 | 0.36 |
| Hex | 38 | 7F | 6C | 38 | 0 | F | 32 | A4 | 27 | 24 |
| Octal | 70 | 177 | 154 | 70 | 0 | 17 | 62 | 244 | 47 | 44 |
| Binary | 111000 | 1111111 | 1101100 | 111000 | 0 | 1111 | 110010 | 10100100 | 100111 | 100100 |
Color Harmonies of #387F6C
Complementary color
Monochromatic Colors of #387F6C
Black with #387F6C
Text Example
Text Example
White with #387F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F6C; }
p { color: rgb(56,127,108); }
H1.HeaderClassName
{
color: #387F6C;
}
.AnyTagClassName
{
color: #387F6C;
}
</style>
background-color css
<style>
a { background-color: #387F6C; }
a { background-color: rgb(56,127,108); }
div.DivClassName
{
background-color: #387F6C;
}
.BgClassName
{
background-color: #387F6C;
}
</style>
border-color css
<style>
span { border-color: #387F6C; }
span { border-color: rgb(56,127,108); }
td.TdClassName
{
border-color: #387F6C;
}
.TagClassName
{
border-color: #387F6C;
}
</style>