Shades of Japanese Laurel #3A7E3E
Tints of Japanese Laurel #3A7E3E
RGB
CMYK
RGB Variations
Color information
#3A7E3E (or 0x3A7E3E) is known color: Japanese Laurel. HEX triplet: 3A, 7E and 3E. RGB value is (58,126,62). Sum of RGB (Red+Green+Blue) = 58+126+62=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E3E is #C581C1. Grayscale: #626262. Windows color (decimal): -12943810 or 4095546. OLE color: 4095546.
HSL color Cylindrical-coordinate representation of color #3A7E3E: hue angle of 123.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7E3E is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 62 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.51 |
| HSL | 123.53º | 0.37% | 0.36% | - |
| HSV(B) | 123.53º | 0.54% | 0.49% | - |
| XYZ | 10.08 | 16.17 | 7.15 | - |
| YUV | 98.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 62 | 0.54 | 0 | 0.51 | 0.51 | 123.53 | 0.37 | 0.36 |
| Hex | 3A | 7E | 3E | 36 | 0 | 33 | 33 | 7C | 25 | 24 |
| Octal | 72 | 176 | 76 | 66 | 0 | 63 | 63 | 174 | 45 | 44 |
| Binary | 111010 | 1111110 | 111110 | 110110 | 0 | 110011 | 110011 | 1111100 | 100101 | 100100 |
Color Harmonies of #3A7E3E
Complementary color
Monochromatic Colors of #3A7E3E
Black with #3A7E3E
Text Example
Text Example
White with #3A7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E3E; }
p { color: rgb(58,126,62); }
H1.HeaderClassName
{
color: #3A7E3E;
}
.AnyTagClassName
{
color: #3A7E3E;
}
</style>
background-color css
<style>
a { background-color: #3A7E3E; }
a { background-color: rgb(58,126,62); }
div.DivClassName
{
background-color: #3A7E3E;
}
.BgClassName
{
background-color: #3A7E3E;
}
</style>
border-color css
<style>
span { border-color: #3A7E3E; }
span { border-color: rgb(58,126,62); }
td.TdClassName
{
border-color: #3A7E3E;
}
.TagClassName
{
border-color: #3A7E3E;
}
</style>