Shades of Japanese Laurel #3E8339
Tints of Japanese Laurel #3E8339
RGB
CMYK
RGB Variations
Color information
#3E8339 (or 0x3E8339) is known color: Japanese Laurel. HEX triplet: 3E, 83 and 39. RGB value is (62,131,57). Sum of RGB (Red+Green+Blue) = 62+131+57=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8339 is #C17CC6. Grayscale: #666666. Windows color (decimal): -12680391 or 3769150. OLE color: 3769150.
HSL color Cylindrical-coordinate representation of color #3E8339: hue angle of 115.95º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8339 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 57 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.49 |
| HSL | 115.95º | 0.39% | 0.37% | - |
| HSV(B) | 115.95º | 0.56% | 0.51% | - |
| XYZ | 10.84 | 17.55 | 6.69 | - |
| YUV | 101.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 57 | 0.53 | 0 | 0.56 | 0.49 | 115.95 | 0.39 | 0.37 |
| Hex | 3E | 83 | 39 | 35 | 0 | 38 | 31 | 74 | 27 | 25 |
| Octal | 76 | 203 | 71 | 65 | 0 | 70 | 61 | 164 | 47 | 45 |
| Binary | 111110 | 10000011 | 111001 | 110101 | 0 | 111000 | 110001 | 1110100 | 100111 | 100101 |
Color Harmonies of #3E8339
Complementary color
Monochromatic Colors of #3E8339
Black with #3E8339
Text Example
Text Example
White with #3E8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8339; }
p { color: rgb(62,131,57); }
H1.HeaderClassName
{
color: #3E8339;
}
.AnyTagClassName
{
color: #3E8339;
}
</style>
background-color css
<style>
a { background-color: #3E8339; }
a { background-color: rgb(62,131,57); }
div.DivClassName
{
background-color: #3E8339;
}
.BgClassName
{
background-color: #3E8339;
}
</style>
border-color css
<style>
span { border-color: #3E8339; }
span { border-color: rgb(62,131,57); }
td.TdClassName
{
border-color: #3E8339;
}
.TagClassName
{
border-color: #3E8339;
}
</style>