Shades of Japanese Laurel #38783C
Tints of Japanese Laurel #38783C
RGB
CMYK
RGB Variations
Color information
#38783C (or 0x38783C) is known color: Japanese Laurel. HEX triplet: 38, 78 and 3C. RGB value is (56,120,60). Sum of RGB (Red+Green+Blue) = 56+120+60=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #38783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783C is #C787C3. Grayscale: #5E5E5E. Windows color (decimal): -13076420 or 3962936. OLE color: 3962936.
HSL color Cylindrical-coordinate representation of color #38783C: hue angle of 123.75º 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 #38783C is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 60 | - |
| CMYK | 0.53 | 0 | 0.5 | 0.53 |
| HSL | 123.75º | 0.36% | 0.35% | - |
| HSV(B) | 123.75º | 0.53% | 0.47% | - |
| XYZ | 9.16 | 14.6 | 6.61 | - |
| YUV | 94.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 60 | 0.53 | 0 | 0.5 | 0.53 | 123.75 | 0.36 | 0.35 |
| Hex | 38 | 78 | 3C | 35 | 0 | 32 | 35 | 7C | 24 | 23 |
| Octal | 70 | 170 | 74 | 65 | 0 | 62 | 65 | 174 | 44 | 43 |
| Binary | 111000 | 1111000 | 111100 | 110101 | 0 | 110010 | 110101 | 1111100 | 100100 | 100011 |
Color Harmonies of #38783C
Complementary color
Monochromatic Colors of #38783C
Black with #38783C
Text Example
Text Example
White with #38783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38783C; }
p { color: rgb(56,120,60); }
H1.HeaderClassName
{
color: #38783C;
}
.AnyTagClassName
{
color: #38783C;
}
</style>
background-color css
<style>
a { background-color: #38783C; }
a { background-color: rgb(56,120,60); }
div.DivClassName
{
background-color: #38783C;
}
.BgClassName
{
background-color: #38783C;
}
</style>
border-color css
<style>
span { border-color: #38783C; }
span { border-color: rgb(56,120,60); }
td.TdClassName
{
border-color: #38783C;
}
.TagClassName
{
border-color: #38783C;
}
</style>