Shades of Japanese Laurel #388C37
Tints of Japanese Laurel #388C37
RGB
CMYK
RGB Variations
Color information
#388C37 (or 0x388C37) is known color: Japanese Laurel. HEX triplet: 38, 8C and 37. RGB value is (56,140,55). Sum of RGB (Red+Green+Blue) = 56+140+55=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #388C37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C37 is #C773C8. Grayscale: #696969. Windows color (decimal): -13071305 or 3640376. OLE color: 3640376.
HSL color Cylindrical-coordinate representation of color #388C37: hue angle of 119.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388C37 is Cyan = 0.6, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 55 | - |
| CMYK | 0.6 | 0 | 0.61 | 0.45 |
| HSL | 119.29º | 0.44% | 0.38% | - |
| HSV(B) | 119.29º | 0.61% | 0.55% | - |
| XYZ | 11.7 | 19.87 | 6.83 | - |
| YUV | 105.19 | 99.67 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 55 | 0.6 | 0 | 0.61 | 0.45 | 119.29 | 0.44 | 0.38 |
| Hex | 38 | 8C | 37 | 3C | 0 | 3D | 2D | 77 | 2C | 26 |
| Octal | 70 | 214 | 67 | 74 | 0 | 75 | 55 | 167 | 54 | 46 |
| Binary | 111000 | 10001100 | 110111 | 111100 | 0 | 111101 | 101101 | 1110111 | 101100 | 100110 |
Color Harmonies of #388C37
Complementary color
Monochromatic Colors of #388C37
Black with #388C37
Text Example
Text Example
White with #388C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C37; }
p { color: rgb(56,140,55); }
H1.HeaderClassName
{
color: #388C37;
}
.AnyTagClassName
{
color: #388C37;
}
</style>
background-color css
<style>
a { background-color: #388C37; }
a { background-color: rgb(56,140,55); }
div.DivClassName
{
background-color: #388C37;
}
.BgClassName
{
background-color: #388C37;
}
</style>
border-color css
<style>
span { border-color: #388C37; }
span { border-color: rgb(56,140,55); }
td.TdClassName
{
border-color: #388C37;
}
.TagClassName
{
border-color: #388C37;
}
</style>