Shades of Japanese Laurel #3E823B
Tints of Japanese Laurel #3E823B
RGB
CMYK
RGB Variations
Color information
#3E823B (or 0x3E823B) is known color: Japanese Laurel. HEX triplet: 3E, 82 and 3B. RGB value is (62,130,59). Sum of RGB (Red+Green+Blue) = 62+130+59=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #3E823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E823B is #C17DC4. Grayscale: #656565. Windows color (decimal): -12680645 or 3899966. OLE color: 3899966.
HSL color Cylindrical-coordinate representation of color #3E823B: hue angle of 117.46º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E823B is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 59 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.49 |
| HSL | 117.46º | 0.38% | 0.37% | - |
| HSV(B) | 117.46º | 0.55% | 0.51% | - |
| XYZ | 10.76 | 17.31 | 6.91 | - |
| YUV | 101.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 59 | 0.52 | 0 | 0.55 | 0.49 | 117.46 | 0.38 | 0.37 |
| Hex | 3E | 82 | 3B | 34 | 0 | 37 | 31 | 75 | 26 | 25 |
| Octal | 76 | 202 | 73 | 64 | 0 | 67 | 61 | 165 | 46 | 45 |
| Binary | 111110 | 10000010 | 111011 | 110100 | 0 | 110111 | 110001 | 1110101 | 100110 | 100101 |
Color Harmonies of #3E823B
Complementary color
Monochromatic Colors of #3E823B
Black with #3E823B
Text Example
Text Example
White with #3E823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E823B; }
p { color: rgb(62,130,59); }
H1.HeaderClassName
{
color: #3E823B;
}
.AnyTagClassName
{
color: #3E823B;
}
</style>
background-color css
<style>
a { background-color: #3E823B; }
a { background-color: rgb(62,130,59); }
div.DivClassName
{
background-color: #3E823B;
}
.BgClassName
{
background-color: #3E823B;
}
</style>
border-color css
<style>
span { border-color: #3E823B; }
span { border-color: rgb(62,130,59); }
td.TdClassName
{
border-color: #3E823B;
}
.TagClassName
{
border-color: #3E823B;
}
</style>