Shades of Japanese Laurel #3A863F
Tints of Japanese Laurel #3A863F
RGB
CMYK
RGB Variations
Color information
#3A863F (or 0x3A863F) is known color: Japanese Laurel. HEX triplet: 3A, 86 and 3F. RGB value is (58,134,63). Sum of RGB (Red+Green+Blue) = 58+134+63=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #3A863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A863F is #C579C0. Grayscale: #676767. Windows color (decimal): -12941761 or 4163130. OLE color: 4163130.
HSL color Cylindrical-coordinate representation of color #3A863F: hue angle of 123.95º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A863F is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 63 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.47 |
| HSL | 123.95º | 0.4% | 0.38% | - |
| HSV(B) | 123.95º | 0.57% | 0.53% | - |
| XYZ | 11.17 | 18.31 | 7.65 | - |
| YUV | 103.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 63 | 0.57 | 0 | 0.53 | 0.47 | 123.95 | 0.4 | 0.38 |
| Hex | 3A | 86 | 3F | 39 | 0 | 35 | 2F | 7C | 28 | 26 |
| Octal | 72 | 206 | 77 | 71 | 0 | 65 | 57 | 174 | 50 | 46 |
| Binary | 111010 | 10000110 | 111111 | 111001 | 0 | 110101 | 101111 | 1111100 | 101000 | 100110 |
Color Harmonies of #3A863F
Complementary color
Monochromatic Colors of #3A863F
Black with #3A863F
Text Example
Text Example
White with #3A863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A863F; }
p { color: rgb(58,134,63); }
H1.HeaderClassName
{
color: #3A863F;
}
.AnyTagClassName
{
color: #3A863F;
}
</style>
background-color css
<style>
a { background-color: #3A863F; }
a { background-color: rgb(58,134,63); }
div.DivClassName
{
background-color: #3A863F;
}
.BgClassName
{
background-color: #3A863F;
}
</style>
border-color css
<style>
span { border-color: #3A863F; }
span { border-color: rgb(58,134,63); }
td.TdClassName
{
border-color: #3A863F;
}
.TagClassName
{
border-color: #3A863F;
}
</style>