Shades of Viridian #387E65
Tints of Viridian #387E65
RGB
CMYK
RGB Variations
Color information
#387E65 (or 0x387E65) is known color: Viridian. HEX triplet: 38, 7E and 65. RGB value is (56,126,101). Sum of RGB (Red+Green+Blue) = 56+126+101=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #387E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E65 is #C7819A. Grayscale: #666666. Windows color (decimal): -13074843 or 6651448. OLE color: 6651448.
HSL color Cylindrical-coordinate representation of color #387E65: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E65 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 101 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.51 |
| HSL | 158.57º | 0.38% | 0.36% | - |
| HSV(B) | 158.57º | 0.56% | 0.49% | - |
| XYZ | 11.44 | 16.7 | 14.93 | - |
| YUV | 102.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 101 | 0.56 | 0 | 0.20 | 0.51 | 158.57 | 0.38 | 0.36 |
| Hex | 38 | 7E | 65 | 38 | 0 | 14 | 33 | 9F | 26 | 24 |
| Octal | 70 | 176 | 145 | 70 | 0 | 24 | 63 | 237 | 46 | 44 |
| Binary | 111000 | 1111110 | 1100101 | 111000 | 0 | 10100 | 110011 | 10011111 | 100110 | 100100 |
Color Harmonies of #387E65
Complementary color
Monochromatic Colors of #387E65
Black with #387E65
Text Example
Text Example
White with #387E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E65; }
p { color: rgb(56,126,101); }
H1.HeaderClassName
{
color: #387E65;
}
.AnyTagClassName
{
color: #387E65;
}
</style>
background-color css
<style>
a { background-color: #387E65; }
a { background-color: rgb(56,126,101); }
div.DivClassName
{
background-color: #387E65;
}
.BgClassName
{
background-color: #387E65;
}
</style>
border-color css
<style>
span { border-color: #387E65; }
span { border-color: rgb(56,126,101); }
td.TdClassName
{
border-color: #387E65;
}
.TagClassName
{
border-color: #387E65;
}
</style>