Shades of Japanese Laurel #3E893F
Tints of Japanese Laurel #3E893F
RGB
CMYK
RGB Variations
Color information
#3E893F (or 0x3E893F) is known color: Japanese Laurel. HEX triplet: 3E, 89 and 3F. RGB value is (62,137,63). Sum of RGB (Red+Green+Blue) = 62+137+63=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #3E893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E893F is #C176C0. Grayscale: #6A6A6A. Windows color (decimal): -12678849 or 4163902. OLE color: 4163902.
HSL color Cylindrical-coordinate representation of color #3E893F: hue angle of 120.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E893F is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 63 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.46 |
| HSL | 120.8º | 0.38% | 0.39% | - |
| HSV(B) | 120.8º | 0.55% | 0.54% | - |
| XYZ | 11.83 | 19.27 | 7.8 | - |
| YUV | 106.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 63 | 0.55 | 0 | 0.54 | 0.46 | 120.8 | 0.38 | 0.39 |
| Hex | 3E | 89 | 3F | 37 | 0 | 36 | 2E | 79 | 26 | 27 |
| Octal | 76 | 211 | 77 | 67 | 0 | 66 | 56 | 171 | 46 | 47 |
| Binary | 111110 | 10001001 | 111111 | 110111 | 0 | 110110 | 101110 | 1111001 | 100110 | 100111 |
Color Harmonies of #3E893F
Complementary color
Monochromatic Colors of #3E893F
Black with #3E893F
Text Example
Text Example
White with #3E893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E893F; }
p { color: rgb(62,137,63); }
H1.HeaderClassName
{
color: #3E893F;
}
.AnyTagClassName
{
color: #3E893F;
}
</style>
background-color css
<style>
a { background-color: #3E893F; }
a { background-color: rgb(62,137,63); }
div.DivClassName
{
background-color: #3E893F;
}
.BgClassName
{
background-color: #3E893F;
}
</style>
border-color css
<style>
span { border-color: #3E893F; }
span { border-color: rgb(62,137,63); }
td.TdClassName
{
border-color: #3E893F;
}
.TagClassName
{
border-color: #3E893F;
}
</style>