Shades of Japanese Laurel #38863E
Tints of Japanese Laurel #38863E
RGB
CMYK
RGB Variations
Color information
#38863E (or 0x38863E) is known color: Japanese Laurel. HEX triplet: 38, 86 and 3E. RGB value is (56,134,62). Sum of RGB (Red+Green+Blue) = 56+134+62=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #38863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38863E is #C779C1. Grayscale: #666666. Windows color (decimal): -13072834 or 4097592. OLE color: 4097592.
HSL color Cylindrical-coordinate representation of color #38863E: hue angle of 124.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38863E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 62 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.47 |
| HSL | 124.62º | 0.41% | 0.37% | - |
| HSV(B) | 124.62º | 0.58% | 0.53% | - |
| XYZ | 11.03 | 18.24 | 7.5 | - |
| YUV | 102.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 62 | 0.58 | 0 | 0.54 | 0.47 | 124.62 | 0.41 | 0.37 |
| Hex | 38 | 86 | 3E | 3A | 0 | 36 | 2F | 7D | 29 | 25 |
| Octal | 70 | 206 | 76 | 72 | 0 | 66 | 57 | 175 | 51 | 45 |
| Binary | 111000 | 10000110 | 111110 | 111010 | 0 | 110110 | 101111 | 1111101 | 101001 | 100101 |
Color Harmonies of #38863E
Complementary color
Monochromatic Colors of #38863E
Black with #38863E
Text Example
Text Example
White with #38863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38863E; }
p { color: rgb(56,134,62); }
H1.HeaderClassName
{
color: #38863E;
}
.AnyTagClassName
{
color: #38863E;
}
</style>
background-color css
<style>
a { background-color: #38863E; }
a { background-color: rgb(56,134,62); }
div.DivClassName
{
background-color: #38863E;
}
.BgClassName
{
background-color: #38863E;
}
</style>
border-color css
<style>
span { border-color: #38863E; }
span { border-color: rgb(56,134,62); }
td.TdClassName
{
border-color: #38863E;
}
.TagClassName
{
border-color: #38863E;
}
</style>