Shades of Japanese Laurel #387D33
Tints of Japanese Laurel #387D33
RGB
CMYK
RGB Variations
Color information
#387D33 (or 0x387D33) is known color: Japanese Laurel. HEX triplet: 38, 7D and 33. RGB value is (56,125,51). Sum of RGB (Red+Green+Blue) = 56+125+51=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #387D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D33 is #C782CC. Grayscale: #606060. Windows color (decimal): -13075149 or 3374392. OLE color: 3374392.
HSL color Cylindrical-coordinate representation of color #387D33: hue angle of 115.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387D33 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 51 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.51 |
| HSL | 115.95º | 0.42% | 0.35% | - |
| HSV(B) | 115.95º | 0.59% | 0.49% | - |
| XYZ | 9.56 | 15.75 | 5.67 | - |
| YUV | 95.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 51 | 0.55 | 0 | 0.59 | 0.51 | 115.95 | 0.42 | 0.35 |
| Hex | 38 | 7D | 33 | 37 | 0 | 3B | 33 | 74 | 2A | 23 |
| Octal | 70 | 175 | 63 | 67 | 0 | 73 | 63 | 164 | 52 | 43 |
| Binary | 111000 | 1111101 | 110011 | 110111 | 0 | 111011 | 110011 | 1110100 | 101010 | 100011 |
Color Harmonies of #387D33
Complementary color
Monochromatic Colors of #387D33
Black with #387D33
Text Example
Text Example
White with #387D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D33; }
p { color: rgb(56,125,51); }
H1.HeaderClassName
{
color: #387D33;
}
.AnyTagClassName
{
color: #387D33;
}
</style>
background-color css
<style>
a { background-color: #387D33; }
a { background-color: rgb(56,125,51); }
div.DivClassName
{
background-color: #387D33;
}
.BgClassName
{
background-color: #387D33;
}
</style>
border-color css
<style>
span { border-color: #387D33; }
span { border-color: rgb(56,125,51); }
td.TdClassName
{
border-color: #387D33;
}
.TagClassName
{
border-color: #387D33;
}
</style>