Shades of Japanese Laurel #388D3C
Tints of Japanese Laurel #388D3C
RGB
CMYK
RGB Variations
Color information
#388D3C (or 0x388D3C) is known color: Japanese Laurel. HEX triplet: 38, 8D and 3C. RGB value is (56,141,60). Sum of RGB (Red+Green+Blue) = 56+141+60=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #388D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388D3C is #C772C3. Grayscale: #6A6A6A. Windows color (decimal): -13071044 or 3968312. OLE color: 3968312.
HSL color Cylindrical-coordinate representation of color #388D3C: hue angle of 122.82º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D3C is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 60 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.45 |
| HSL | 122.82º | 0.43% | 0.39% | - |
| HSV(B) | 122.82º | 0.6% | 0.55% | - |
| XYZ | 11.97 | 20.22 | 7.55 | - |
| YUV | 106.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 60 | 0.60 | 0 | 0.57 | 0.45 | 122.82 | 0.43 | 0.39 |
| Hex | 38 | 8D | 3C | 3C | 0 | 39 | 2D | 7B | 2B | 27 |
| Octal | 70 | 215 | 74 | 74 | 0 | 71 | 55 | 173 | 53 | 47 |
| Binary | 111000 | 10001101 | 111100 | 111100 | 0 | 111001 | 101101 | 1111011 | 101011 | 100111 |
Color Harmonies of #388D3C
Complementary color
Monochromatic Colors of #388D3C
Black with #388D3C
Text Example
Text Example
White with #388D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D3C; }
p { color: rgb(56,141,60); }
H1.HeaderClassName
{
color: #388D3C;
}
.AnyTagClassName
{
color: #388D3C;
}
</style>
background-color css
<style>
a { background-color: #388D3C; }
a { background-color: rgb(56,141,60); }
div.DivClassName
{
background-color: #388D3C;
}
.BgClassName
{
background-color: #388D3C;
}
</style>
border-color css
<style>
span { border-color: #388D3C; }
span { border-color: rgb(56,141,60); }
td.TdClassName
{
border-color: #388D3C;
}
.TagClassName
{
border-color: #388D3C;
}
</style>