Shades of Japanese Laurel #3A7D3E
Tints of Japanese Laurel #3A7D3E
RGB
CMYK
RGB Variations
Color information
#3A7D3E (or 0x3A7D3E) is known color: Japanese Laurel. HEX triplet: 3A, 7D and 3E. RGB value is (58,125,62). Sum of RGB (Red+Green+Blue) = 58+125+62=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7D3E is #C582C1. Grayscale: #616161. Windows color (decimal): -12944066 or 4095290. OLE color: 4095290.
HSL color Cylindrical-coordinate representation of color #3A7D3E: hue angle of 123.58º 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 #3A7D3E is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 62 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.51 |
| HSL | 123.58º | 0.37% | 0.36% | - |
| HSV(B) | 123.58º | 0.54% | 0.49% | - |
| XYZ | 9.95 | 15.91 | 7.1 | - |
| YUV | 97.79 | 107.8 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 62 | 0.54 | 0 | 0.50 | 0.51 | 123.58 | 0.37 | 0.36 |
| Hex | 3A | 7D | 3E | 36 | 0 | 32 | 33 | 7C | 25 | 24 |
| Octal | 72 | 175 | 76 | 66 | 0 | 62 | 63 | 174 | 45 | 44 |
| Binary | 111010 | 1111101 | 111110 | 110110 | 0 | 110010 | 110011 | 1111100 | 100101 | 100100 |
Color Harmonies of #3A7D3E
Complementary color
Monochromatic Colors of #3A7D3E
Black with #3A7D3E
Text Example
Text Example
White with #3A7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D3E; }
p { color: rgb(58,125,62); }
H1.HeaderClassName
{
color: #3A7D3E;
}
.AnyTagClassName
{
color: #3A7D3E;
}
</style>
background-color css
<style>
a { background-color: #3A7D3E; }
a { background-color: rgb(58,125,62); }
div.DivClassName
{
background-color: #3A7D3E;
}
.BgClassName
{
background-color: #3A7D3E;
}
</style>
border-color css
<style>
span { border-color: #3A7D3E; }
span { border-color: rgb(58,125,62); }
td.TdClassName
{
border-color: #3A7D3E;
}
.TagClassName
{
border-color: #3A7D3E;
}
</style>