Shades of Japanese Laurel #3E743E
Tints of Japanese Laurel #3E743E
RGB
CMYK
RGB Variations
Color information
#3E743E (or 0x3E743E) is known color: Japanese Laurel. HEX triplet: 3E, 74 and 3E. RGB value is (62,116,62). Sum of RGB (Red+Green+Blue) = 62+116+62=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #3E743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E743E is #C18BC1. Grayscale: #5D5D5D. Windows color (decimal): -12684226 or 4092990. OLE color: 4092990.
HSL color Cylindrical-coordinate representation of color #3E743E: hue angle of 120º degrees, saturation: 0.3, 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 #3E743E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 62 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.55 |
| HSL | 120º | 0.3% | 0.35% | - |
| HSV(B) | 120º | 0.47% | 0.45% | - |
| XYZ | 9.1 | 13.86 | 6.75 | - |
| YUV | 93.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 62 | 0.47 | 0 | 0.47 | 0.55 | 120 | 0.3 | 0.35 |
| Hex | 3E | 74 | 3E | 2F | 0 | 2F | 37 | 78 | 1E | 23 |
| Octal | 76 | 164 | 76 | 57 | 0 | 57 | 67 | 170 | 36 | 43 |
| Binary | 111110 | 1110100 | 111110 | 101111 | 0 | 101111 | 110111 | 1111000 | 11110 | 100011 |
Color Harmonies of #3E743E
Complementary color
Monochromatic Colors of #3E743E
Black with #3E743E
Text Example
Text Example
White with #3E743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E743E; }
p { color: rgb(62,116,62); }
H1.HeaderClassName
{
color: #3E743E;
}
.AnyTagClassName
{
color: #3E743E;
}
</style>
background-color css
<style>
a { background-color: #3E743E; }
a { background-color: rgb(62,116,62); }
div.DivClassName
{
background-color: #3E743E;
}
.BgClassName
{
background-color: #3E743E;
}
</style>
border-color css
<style>
span { border-color: #3E743E; }
span { border-color: rgb(62,116,62); }
td.TdClassName
{
border-color: #3E743E;
}
.TagClassName
{
border-color: #3E743E;
}
</style>