Shades of Japanese Laurel #3A7240
Tints of Japanese Laurel #3A7240
RGB
CMYK
RGB Variations
Color information
#3A7240 (or 0x3A7240) is known color: Japanese Laurel. HEX triplet: 3A, 72 and 40. RGB value is (58,114,64). Sum of RGB (Red+Green+Blue) = 58+114+64=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7240 is #C58DBF. Grayscale: #5B5B5B. Windows color (decimal): -12946880 or 4223546. OLE color: 4223546.
HSL color Cylindrical-coordinate representation of color #3A7240: hue angle of 126.43º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7240 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 64 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.55 |
| HSL | 126.43º | 0.33% | 0.34% | - |
| HSV(B) | 126.43º | 0.49% | 0.45% | - |
| XYZ | 8.69 | 13.3 | 6.96 | - |
| YUV | 91.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 64 | 0.49 | 0 | 0.44 | 0.55 | 126.43 | 0.33 | 0.34 |
| Hex | 3A | 72 | 40 | 31 | 0 | 2C | 37 | 7E | 21 | 22 |
| Octal | 72 | 162 | 100 | 61 | 0 | 54 | 67 | 176 | 41 | 42 |
| Binary | 111010 | 1110010 | 1000000 | 110001 | 0 | 101100 | 110111 | 1111110 | 100001 | 100010 |
Color Harmonies of #3A7240
Complementary color
Monochromatic Colors of #3A7240
Black with #3A7240
Text Example
Text Example
White with #3A7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7240; }
p { color: rgb(58,114,64); }
H1.HeaderClassName
{
color: #3A7240;
}
.AnyTagClassName
{
color: #3A7240;
}
</style>
background-color css
<style>
a { background-color: #3A7240; }
a { background-color: rgb(58,114,64); }
div.DivClassName
{
background-color: #3A7240;
}
.BgClassName
{
background-color: #3A7240;
}
</style>
border-color css
<style>
span { border-color: #3A7240; }
span { border-color: rgb(58,114,64); }
td.TdClassName
{
border-color: #3A7240;
}
.TagClassName
{
border-color: #3A7240;
}
</style>