Shades of Japanese Laurel #387A39
Tints of Japanese Laurel #387A39
RGB
CMYK
RGB Variations
Color information
#387A39 (or 0x387A39) is known color: Japanese Laurel. HEX triplet: 38, 7A and 39. RGB value is (56,122,57). Sum of RGB (Red+Green+Blue) = 56+122+57=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #387A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A39 is #C785C6. Grayscale: #5F5F5F. Windows color (decimal): -13075911 or 3766840. OLE color: 3766840.
HSL color Cylindrical-coordinate representation of color #387A39: hue angle of 120.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387A39 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 122 | 57 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.52 |
| HSL | 120.91º | 0.37% | 0.35% | - |
| HSV(B) | 120.91º | 0.54% | 0.48% | - |
| XYZ | 9.33 | 15.06 | 6.29 | - |
| YUV | 94.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 57 | 0.54 | 0 | 0.53 | 0.52 | 120.91 | 0.37 | 0.35 |
| Hex | 38 | 7A | 39 | 36 | 0 | 35 | 34 | 79 | 25 | 23 |
| Octal | 70 | 172 | 71 | 66 | 0 | 65 | 64 | 171 | 45 | 43 |
| Binary | 111000 | 1111010 | 111001 | 110110 | 0 | 110101 | 110100 | 1111001 | 100101 | 100011 |
Color Harmonies of #387A39
Complementary color
Monochromatic Colors of #387A39
Black with #387A39
Text Example
Text Example
White with #387A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A39; }
p { color: rgb(56,122,57); }
H1.HeaderClassName
{
color: #387A39;
}
.AnyTagClassName
{
color: #387A39;
}
</style>
background-color css
<style>
a { background-color: #387A39; }
a { background-color: rgb(56,122,57); }
div.DivClassName
{
background-color: #387A39;
}
.BgClassName
{
background-color: #387A39;
}
</style>
border-color css
<style>
span { border-color: #387A39; }
span { border-color: rgb(56,122,57); }
td.TdClassName
{
border-color: #387A39;
}
.TagClassName
{
border-color: #387A39;
}
</style>