Shades of Japanese Laurel #38783B
Tints of Japanese Laurel #38783B
RGB
CMYK
RGB Variations
Color information
#38783B (or 0x38783B) is known color: Japanese Laurel. HEX triplet: 38, 78 and 3B. RGB value is (56,120,59). Sum of RGB (Red+Green+Blue) = 56+120+59=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #38783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783B is #C787C4. Grayscale: #5E5E5E. Windows color (decimal): -13076421 or 3897400. OLE color: 3897400.
HSL color Cylindrical-coordinate representation of color #38783B: hue angle of 122.81º 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 #38783B is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 59 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.53 |
| HSL | 122.81º | 0.36% | 0.35% | - |
| HSV(B) | 122.81º | 0.53% | 0.47% | - |
| XYZ | 9.14 | 14.59 | 6.47 | - |
| YUV | 93.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 59 | 0.53 | 0 | 0.51 | 0.53 | 122.81 | 0.36 | 0.35 |
| Hex | 38 | 78 | 3B | 35 | 0 | 33 | 35 | 7B | 24 | 23 |
| Octal | 70 | 170 | 73 | 65 | 0 | 63 | 65 | 173 | 44 | 43 |
| Binary | 111000 | 1111000 | 111011 | 110101 | 0 | 110011 | 110101 | 1111011 | 100100 | 100011 |
Color Harmonies of #38783B
Complementary color
Monochromatic Colors of #38783B
Black with #38783B
Text Example
Text Example
White with #38783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38783B; }
p { color: rgb(56,120,59); }
H1.HeaderClassName
{
color: #38783B;
}
.AnyTagClassName
{
color: #38783B;
}
</style>
background-color css
<style>
a { background-color: #38783B; }
a { background-color: rgb(56,120,59); }
div.DivClassName
{
background-color: #38783B;
}
.BgClassName
{
background-color: #38783B;
}
</style>
border-color css
<style>
span { border-color: #38783B; }
span { border-color: rgb(56,120,59); }
td.TdClassName
{
border-color: #38783B;
}
.TagClassName
{
border-color: #38783B;
}
</style>