Shades of Viridian #387F64
Tints of Viridian #387F64
RGB
CMYK
RGB Variations
Color information
#387F64 (or 0x387F64) is known color: Viridian. HEX triplet: 38, 7F and 64. RGB value is (56,127,100). Sum of RGB (Red+Green+Blue) = 56+127+100=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #387F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F64 is #C7809B. Grayscale: #666666. Windows color (decimal): -13074588 or 6586168. OLE color: 6586168.
HSL color Cylindrical-coordinate representation of color #387F64: hue angle of 157.18º 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 #387F64 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 100 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.50 |
| HSL | 157.18º | 0.39% | 0.36% | - |
| HSV(B) | 157.18º | 0.56% | 0.5% | - |
| XYZ | 11.52 | 16.94 | 14.72 | - |
| YUV | 102.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 100 | 0.56 | 0 | 0.21 | 0.50 | 157.18 | 0.39 | 0.36 |
| Hex | 38 | 7F | 64 | 38 | 0 | 15 | 32 | 9D | 27 | 24 |
| Octal | 70 | 177 | 144 | 70 | 0 | 25 | 62 | 235 | 47 | 44 |
| Binary | 111000 | 1111111 | 1100100 | 111000 | 0 | 10101 | 110010 | 10011101 | 100111 | 100100 |
Color Harmonies of #387F64
Complementary color
Monochromatic Colors of #387F64
Black with #387F64
Text Example
Text Example
White with #387F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F64; }
p { color: rgb(56,127,100); }
H1.HeaderClassName
{
color: #387F64;
}
.AnyTagClassName
{
color: #387F64;
}
</style>
background-color css
<style>
a { background-color: #387F64; }
a { background-color: rgb(56,127,100); }
div.DivClassName
{
background-color: #387F64;
}
.BgClassName
{
background-color: #387F64;
}
</style>
border-color css
<style>
span { border-color: #387F64; }
span { border-color: rgb(56,127,100); }
td.TdClassName
{
border-color: #387F64;
}
.TagClassName
{
border-color: #387F64;
}
</style>