Shades of Japanese Laurel #3A863C
Tints of Japanese Laurel #3A863C
RGB
CMYK
RGB Variations
Color information
#3A863C (or 0x3A863C) is known color: Japanese Laurel. HEX triplet: 3A, 86 and 3C. RGB value is (58,134,60). Sum of RGB (Red+Green+Blue) = 58+134+60=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #3A863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A863C is #C579C3. Grayscale: #676767. Windows color (decimal): -12941764 or 3966522. OLE color: 3966522.
HSL color Cylindrical-coordinate representation of color #3A863C: hue angle of 121.58º 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 #3A863C is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 60 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.47 |
| HSL | 121.58º | 0.4% | 0.38% | - |
| HSV(B) | 121.58º | 0.57% | 0.53% | - |
| XYZ | 11.09 | 18.28 | 7.22 | - |
| YUV | 102.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 60 | 0.57 | 0 | 0.55 | 0.47 | 121.58 | 0.4 | 0.38 |
| Hex | 3A | 86 | 3C | 39 | 0 | 37 | 2F | 7A | 28 | 26 |
| Octal | 72 | 206 | 74 | 71 | 0 | 67 | 57 | 172 | 50 | 46 |
| Binary | 111010 | 10000110 | 111100 | 111001 | 0 | 110111 | 101111 | 1111010 | 101000 | 100110 |
Color Harmonies of #3A863C
Complementary color
Monochromatic Colors of #3A863C
Black with #3A863C
Text Example
Text Example
White with #3A863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A863C; }
p { color: rgb(58,134,60); }
H1.HeaderClassName
{
color: #3A863C;
}
.AnyTagClassName
{
color: #3A863C;
}
</style>
background-color css
<style>
a { background-color: #3A863C; }
a { background-color: rgb(58,134,60); }
div.DivClassName
{
background-color: #3A863C;
}
.BgClassName
{
background-color: #3A863C;
}
</style>
border-color css
<style>
span { border-color: #3A863C; }
span { border-color: rgb(58,134,60); }
td.TdClassName
{
border-color: #3A863C;
}
.TagClassName
{
border-color: #3A863C;
}
</style>