Shades of Japanese Laurel #3A8641
Tints of Japanese Laurel #3A8641
RGB
CMYK
RGB Variations
Color information
#3A8641 (or 0x3A8641) is known color: Japanese Laurel. HEX triplet: 3A, 86 and 41. RGB value is (58,134,65). Sum of RGB (Red+Green+Blue) = 58+134+65=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8641 is #C579BE. Grayscale: #676767. Windows color (decimal): -12941759 or 4294202. OLE color: 4294202.
HSL color Cylindrical-coordinate representation of color #3A8641: hue angle of 125.53º 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 #3A8641 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 65 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.47 |
| HSL | 125.53º | 0.4% | 0.38% | - |
| HSV(B) | 125.53º | 0.57% | 0.53% | - |
| XYZ | 11.22 | 18.33 | 7.95 | - |
| YUV | 103.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 65 | 0.57 | 0 | 0.51 | 0.47 | 125.53 | 0.4 | 0.38 |
| Hex | 3A | 86 | 41 | 39 | 0 | 33 | 2F | 7E | 28 | 26 |
| Octal | 72 | 206 | 101 | 71 | 0 | 63 | 57 | 176 | 50 | 46 |
| Binary | 111010 | 10000110 | 1000001 | 111001 | 0 | 110011 | 101111 | 1111110 | 101000 | 100110 |
Color Harmonies of #3A8641
Complementary color
Monochromatic Colors of #3A8641
Black with #3A8641
Text Example
Text Example
White with #3A8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8641; }
p { color: rgb(58,134,65); }
H1.HeaderClassName
{
color: #3A8641;
}
.AnyTagClassName
{
color: #3A8641;
}
</style>
background-color css
<style>
a { background-color: #3A8641; }
a { background-color: rgb(58,134,65); }
div.DivClassName
{
background-color: #3A8641;
}
.BgClassName
{
background-color: #3A8641;
}
</style>
border-color css
<style>
span { border-color: #3A8641; }
span { border-color: rgb(58,134,65); }
td.TdClassName
{
border-color: #3A8641;
}
.TagClassName
{
border-color: #3A8641;
}
</style>