Shades of Japanese Laurel #38713D
Tints of Japanese Laurel #38713D
RGB
CMYK
RGB Variations
Color information
#38713D (or 0x38713D) is known color: Japanese Laurel. HEX triplet: 38, 71 and 3D. RGB value is (56,113,61). Sum of RGB (Red+Green+Blue) = 56+113+61=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #38713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38713D is #C78EC2. Grayscale: #5A5A5A. Windows color (decimal): -13078211 or 4026680. OLE color: 4026680.
HSL color Cylindrical-coordinate representation of color #38713D: hue angle of 125.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38713D is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 61 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.56 |
| HSL | 125.26º | 0.34% | 0.33% | - |
| HSV(B) | 125.26º | 0.5% | 0.44% | - |
| XYZ | 8.38 | 12.99 | 6.48 | - |
| YUV | 90.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 61 | 0.50 | 0 | 0.46 | 0.56 | 125.26 | 0.34 | 0.33 |
| Hex | 38 | 71 | 3D | 32 | 0 | 2E | 38 | 7D | 22 | 21 |
| Octal | 70 | 161 | 75 | 62 | 0 | 56 | 70 | 175 | 42 | 41 |
| Binary | 111000 | 1110001 | 111101 | 110010 | 0 | 101110 | 111000 | 1111101 | 100010 | 100001 |
Color Harmonies of #38713D
Complementary color
Monochromatic Colors of #38713D
Black with #38713D
Text Example
Text Example
White with #38713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38713D; }
p { color: rgb(56,113,61); }
H1.HeaderClassName
{
color: #38713D;
}
.AnyTagClassName
{
color: #38713D;
}
</style>
background-color css
<style>
a { background-color: #38713D; }
a { background-color: rgb(56,113,61); }
div.DivClassName
{
background-color: #38713D;
}
.BgClassName
{
background-color: #38713D;
}
</style>
border-color css
<style>
span { border-color: #38713D; }
span { border-color: rgb(56,113,61); }
td.TdClassName
{
border-color: #38713D;
}
.TagClassName
{
border-color: #38713D;
}
</style>