Shades of Japanese Laurel #38703D
Tints of Japanese Laurel #38703D
RGB
CMYK
RGB Variations
Color information
#38703D (or 0x38703D) is known color: Japanese Laurel. HEX triplet: 38, 70 and 3D. RGB value is (56,112,61). Sum of RGB (Red+Green+Blue) = 56+112+61=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #38703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703D is #C78FC2. Grayscale: #595959. Windows color (decimal): -13078467 or 4026424. OLE color: 4026424.
HSL color Cylindrical-coordinate representation of color #38703D: hue angle of 125.36º degrees, saturation: 0.33, 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 #38703D is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 112 | 61 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.56 |
| HSL | 125.36º | 0.33% | 0.33% | - |
| HSV(B) | 125.36º | 0.5% | 0.44% | - |
| XYZ | 8.27 | 12.77 | 6.44 | - |
| YUV | 89.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 61 | 0.50 | 0 | 0.46 | 0.56 | 125.36 | 0.33 | 0.33 |
| Hex | 38 | 70 | 3D | 32 | 0 | 2E | 38 | 7D | 21 | 21 |
| Octal | 70 | 160 | 75 | 62 | 0 | 56 | 70 | 175 | 41 | 41 |
| Binary | 111000 | 1110000 | 111101 | 110010 | 0 | 101110 | 111000 | 1111101 | 100001 | 100001 |
Color Harmonies of #38703D
Complementary color
Monochromatic Colors of #38703D
Black with #38703D
Text Example
Text Example
White with #38703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38703D; }
p { color: rgb(56,112,61); }
H1.HeaderClassName
{
color: #38703D;
}
.AnyTagClassName
{
color: #38703D;
}
</style>
background-color css
<style>
a { background-color: #38703D; }
a { background-color: rgb(56,112,61); }
div.DivClassName
{
background-color: #38703D;
}
.BgClassName
{
background-color: #38703D;
}
</style>
border-color css
<style>
span { border-color: #38703D; }
span { border-color: rgb(56,112,61); }
td.TdClassName
{
border-color: #38703D;
}
.TagClassName
{
border-color: #38703D;
}
</style>