Shades of Japanese Laurel #38783E
Tints of Japanese Laurel #38783E
RGB
CMYK
RGB Variations
Color information
#38783E (or 0x38783E) is known color: Japanese Laurel. HEX triplet: 38, 78 and 3E. RGB value is (56,120,62). Sum of RGB (Red+Green+Blue) = 56+120+62=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #38783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783E is #C787C1. Grayscale: #5E5E5E. Windows color (decimal): -13076418 or 4094008. OLE color: 4094008.
HSL color Cylindrical-coordinate representation of color #38783E: hue angle of 125.62º 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 #38783E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 62 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.53 |
| HSL | 125.63º | 0.36% | 0.35% | - |
| HSV(B) | 125.63º | 0.53% | 0.47% | - |
| XYZ | 9.22 | 14.62 | 6.89 | - |
| YUV | 94.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 62 | 0.53 | 0 | 0.48 | 0.53 | 125.63 | 0.36 | 0.35 |
| Hex | 38 | 78 | 3E | 35 | 0 | 30 | 35 | 7E | 24 | 23 |
| Octal | 70 | 170 | 76 | 65 | 0 | 60 | 65 | 176 | 44 | 43 |
| Binary | 111000 | 1111000 | 111110 | 110101 | 0 | 110000 | 110101 | 1111110 | 100100 | 100011 |
Color Harmonies of #38783E
Complementary color
Monochromatic Colors of #38783E
Black with #38783E
Text Example
Text Example
White with #38783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38783E; }
p { color: rgb(56,120,62); }
H1.HeaderClassName
{
color: #38783E;
}
.AnyTagClassName
{
color: #38783E;
}
</style>
background-color css
<style>
a { background-color: #38783E; }
a { background-color: rgb(56,120,62); }
div.DivClassName
{
background-color: #38783E;
}
.BgClassName
{
background-color: #38783E;
}
</style>
border-color css
<style>
span { border-color: #38783E; }
span { border-color: rgb(56,120,62); }
td.TdClassName
{
border-color: #38783E;
}
.TagClassName
{
border-color: #38783E;
}
</style>