Shades of Japanese Laurel #387E3E
Tints of Japanese Laurel #387E3E
RGB
CMYK
RGB Variations
Color information
#387E3E (or 0x387E3E) is known color: Japanese Laurel. HEX triplet: 38, 7E and 3E. RGB value is (56,126,62). Sum of RGB (Red+Green+Blue) = 56+126+62=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #387E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E3E is #C781C1. Grayscale: #616161. Windows color (decimal): -13074882 or 4095544. OLE color: 4095544.
HSL color Cylindrical-coordinate representation of color #387E3E: hue angle of 125.14º 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 #387E3E is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 62 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.51 |
| HSL | 125.14º | 0.38% | 0.36% | - |
| HSV(B) | 125.14º | 0.56% | 0.49% | - |
| XYZ | 9.96 | 16.11 | 7.14 | - |
| YUV | 97.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 62 | 0.56 | 0 | 0.51 | 0.51 | 125.14 | 0.38 | 0.36 |
| Hex | 38 | 7E | 3E | 38 | 0 | 33 | 33 | 7D | 26 | 24 |
| Octal | 70 | 176 | 76 | 70 | 0 | 63 | 63 | 175 | 46 | 44 |
| Binary | 111000 | 1111110 | 111110 | 111000 | 0 | 110011 | 110011 | 1111101 | 100110 | 100100 |
Color Harmonies of #387E3E
Complementary color
Monochromatic Colors of #387E3E
Black with #387E3E
Text Example
Text Example
White with #387E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E3E; }
p { color: rgb(56,126,62); }
H1.HeaderClassName
{
color: #387E3E;
}
.AnyTagClassName
{
color: #387E3E;
}
</style>
background-color css
<style>
a { background-color: #387E3E; }
a { background-color: rgb(56,126,62); }
div.DivClassName
{
background-color: #387E3E;
}
.BgClassName
{
background-color: #387E3E;
}
</style>
border-color css
<style>
span { border-color: #387E3E; }
span { border-color: rgb(56,126,62); }
td.TdClassName
{
border-color: #387E3E;
}
.TagClassName
{
border-color: #387E3E;
}
</style>