Shades of Japanese Laurel #38783D
Tints of Japanese Laurel #38783D
RGB
CMYK
RGB Variations
Color information
#38783D (or 0x38783D) is known color: Japanese Laurel. HEX triplet: 38, 78 and 3D. RGB value is (56,120,61). Sum of RGB (Red+Green+Blue) = 56+120+61=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #38783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783D is #C787C2. Grayscale: #5E5E5E. Windows color (decimal): -13076419 or 4028472. OLE color: 4028472.
HSL color Cylindrical-coordinate representation of color #38783D: hue angle of 124.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38783D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 61 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.53 |
| HSL | 124.69º | 0.36% | 0.35% | - |
| HSV(B) | 124.69º | 0.53% | 0.47% | - |
| XYZ | 9.19 | 14.61 | 6.75 | - |
| YUV | 94.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 61 | 0.53 | 0 | 0.49 | 0.53 | 124.69 | 0.36 | 0.35 |
| Hex | 38 | 78 | 3D | 35 | 0 | 31 | 35 | 7D | 24 | 23 |
| Octal | 70 | 170 | 75 | 65 | 0 | 61 | 65 | 175 | 44 | 43 |
| Binary | 111000 | 1111000 | 111101 | 110101 | 0 | 110001 | 110101 | 1111101 | 100100 | 100011 |
Color Harmonies of #38783D
Complementary color
Monochromatic Colors of #38783D
Black with #38783D
Text Example
Text Example
White with #38783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38783D; }
p { color: rgb(56,120,61); }
H1.HeaderClassName
{
color: #38783D;
}
.AnyTagClassName
{
color: #38783D;
}
</style>
background-color css
<style>
a { background-color: #38783D; }
a { background-color: rgb(56,120,61); }
div.DivClassName
{
background-color: #38783D;
}
.BgClassName
{
background-color: #38783D;
}
</style>
border-color css
<style>
span { border-color: #38783D; }
span { border-color: rgb(56,120,61); }
td.TdClassName
{
border-color: #38783D;
}
.TagClassName
{
border-color: #38783D;
}
</style>