Shades of Japanese Laurel #388332
Tints of Japanese Laurel #388332
RGB
CMYK
RGB Variations
Color information
#388332 (or 0x388332) is known color: Japanese Laurel. HEX triplet: 38, 83 and 32. RGB value is (56,131,50). Sum of RGB (Red+Green+Blue) = 56+131+50=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #388332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388332 is #C77CCD. Grayscale: #636363. Windows color (decimal): -13073614 or 3310392. OLE color: 3310392.
HSL color Cylindrical-coordinate representation of color #388332: hue angle of 115.56º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388332 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 131 | 50 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.49 |
| HSL | 115.56º | 0.45% | 0.35% | - |
| HSV(B) | 115.56º | 0.62% | 0.51% | - |
| XYZ | 10.32 | 17.3 | 5.81 | - |
| YUV | 99.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 50 | 0.57 | 0 | 0.62 | 0.49 | 115.56 | 0.45 | 0.35 |
| Hex | 38 | 83 | 32 | 39 | 0 | 3E | 31 | 74 | 2D | 23 |
| Octal | 70 | 203 | 62 | 71 | 0 | 76 | 61 | 164 | 55 | 43 |
| Binary | 111000 | 10000011 | 110010 | 111001 | 0 | 111110 | 110001 | 1110100 | 101101 | 100011 |
Color Harmonies of #388332
Complementary color
Monochromatic Colors of #388332
Black with #388332
Text Example
Text Example
White with #388332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388332; }
p { color: rgb(56,131,50); }
H1.HeaderClassName
{
color: #388332;
}
.AnyTagClassName
{
color: #388332;
}
</style>
background-color css
<style>
a { background-color: #388332; }
a { background-color: rgb(56,131,50); }
div.DivClassName
{
background-color: #388332;
}
.BgClassName
{
background-color: #388332;
}
</style>
border-color css
<style>
span { border-color: #388332; }
span { border-color: rgb(56,131,50); }
td.TdClassName
{
border-color: #388332;
}
.TagClassName
{
border-color: #388332;
}
</style>