Shades of Japanese Laurel #3A7040
Tints of Japanese Laurel #3A7040
RGB
CMYK
RGB Variations
Color information
#3A7040 (or 0x3A7040) is known color: Japanese Laurel. HEX triplet: 3A, 70 and 40. RGB value is (58,112,64). Sum of RGB (Red+Green+Blue) = 58+112+64=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7040 is #C58FBF. Grayscale: #5A5A5A. Windows color (decimal): -12947392 or 4223034. OLE color: 4223034.
HSL color Cylindrical-coordinate representation of color #3A7040: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7040 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 64 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.56 |
| HSL | 126.67º | 0.32% | 0.33% | - |
| HSV(B) | 126.67º | 0.48% | 0.44% | - |
| XYZ | 8.46 | 12.86 | 6.89 | - |
| YUV | 90.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 64 | 0.48 | 0 | 0.43 | 0.56 | 126.67 | 0.32 | 0.33 |
| Hex | 3A | 70 | 40 | 30 | 0 | 2B | 38 | 7F | 20 | 21 |
| Octal | 72 | 160 | 100 | 60 | 0 | 53 | 70 | 177 | 40 | 41 |
| Binary | 111010 | 1110000 | 1000000 | 110000 | 0 | 101011 | 111000 | 1111111 | 100000 | 100001 |
Color Harmonies of #3A7040
Complementary color
Monochromatic Colors of #3A7040
Black with #3A7040
Text Example
Text Example
White with #3A7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7040; }
p { color: rgb(58,112,64); }
H1.HeaderClassName
{
color: #3A7040;
}
.AnyTagClassName
{
color: #3A7040;
}
</style>
background-color css
<style>
a { background-color: #3A7040; }
a { background-color: rgb(58,112,64); }
div.DivClassName
{
background-color: #3A7040;
}
.BgClassName
{
background-color: #3A7040;
}
</style>
border-color css
<style>
span { border-color: #3A7040; }
span { border-color: rgb(58,112,64); }
td.TdClassName
{
border-color: #3A7040;
}
.TagClassName
{
border-color: #3A7040;
}
</style>