Shades of Japanese Laurel #3E743D
Tints of Japanese Laurel #3E743D
RGB
CMYK
RGB Variations
Color information
#3E743D (or 0x3E743D) is known color: Japanese Laurel. HEX triplet: 3E, 74 and 3D. RGB value is (62,116,61). Sum of RGB (Red+Green+Blue) = 62+116+61=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #3E743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E743D is #C18BC2. Grayscale: #5D5D5D. Windows color (decimal): -12684227 or 4027454. OLE color: 4027454.
HSL color Cylindrical-coordinate representation of color #3E743D: hue angle of 118.91º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E743D is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 61 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.55 |
| HSL | 118.91º | 0.31% | 0.35% | - |
| HSV(B) | 118.91º | 0.47% | 0.45% | - |
| XYZ | 9.07 | 13.85 | 6.61 | - |
| YUV | 93.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 61 | 0.47 | 0 | 0.47 | 0.55 | 118.91 | 0.31 | 0.35 |
| Hex | 3E | 74 | 3D | 2F | 0 | 2F | 37 | 77 | 1F | 23 |
| Octal | 76 | 164 | 75 | 57 | 0 | 57 | 67 | 167 | 37 | 43 |
| Binary | 111110 | 1110100 | 111101 | 101111 | 0 | 101111 | 110111 | 1110111 | 11111 | 100011 |
Color Harmonies of #3E743D
Complementary color
Monochromatic Colors of #3E743D
Black with #3E743D
Text Example
Text Example
White with #3E743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E743D; }
p { color: rgb(62,116,61); }
H1.HeaderClassName
{
color: #3E743D;
}
.AnyTagClassName
{
color: #3E743D;
}
</style>
background-color css
<style>
a { background-color: #3E743D; }
a { background-color: rgb(62,116,61); }
div.DivClassName
{
background-color: #3E743D;
}
.BgClassName
{
background-color: #3E743D;
}
</style>
border-color css
<style>
span { border-color: #3E743D; }
span { border-color: rgb(62,116,61); }
td.TdClassName
{
border-color: #3E743D;
}
.TagClassName
{
border-color: #3E743D;
}
</style>