Shades of Japanese Laurel #3A7E3C
Tints of Japanese Laurel #3A7E3C
RGB
CMYK
RGB Variations
Color information
#3A7E3C (or 0x3A7E3C) is known color: Japanese Laurel. HEX triplet: 3A, 7E and 3C. RGB value is (58,126,60). Sum of RGB (Red+Green+Blue) = 58+126+60=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E3C is #C581C3. Grayscale: #626262. Windows color (decimal): -12943812 or 3964474. OLE color: 3964474.
HSL color Cylindrical-coordinate representation of color #3A7E3C: hue angle of 121.76º 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 #3A7E3C is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 60 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.51 |
| HSL | 121.76º | 0.37% | 0.36% | - |
| HSV(B) | 121.76º | 0.54% | 0.49% | - |
| XYZ | 10.02 | 16.15 | 6.86 | - |
| YUV | 98.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 60 | 0.54 | 0 | 0.52 | 0.51 | 121.76 | 0.37 | 0.36 |
| Hex | 3A | 7E | 3C | 36 | 0 | 34 | 33 | 7A | 25 | 24 |
| Octal | 72 | 176 | 74 | 66 | 0 | 64 | 63 | 172 | 45 | 44 |
| Binary | 111010 | 1111110 | 111100 | 110110 | 0 | 110100 | 110011 | 1111010 | 100101 | 100100 |
Color Harmonies of #3A7E3C
Complementary color
Monochromatic Colors of #3A7E3C
Black with #3A7E3C
Text Example
Text Example
White with #3A7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E3C; }
p { color: rgb(58,126,60); }
H1.HeaderClassName
{
color: #3A7E3C;
}
.AnyTagClassName
{
color: #3A7E3C;
}
</style>
background-color css
<style>
a { background-color: #3A7E3C; }
a { background-color: rgb(58,126,60); }
div.DivClassName
{
background-color: #3A7E3C;
}
.BgClassName
{
background-color: #3A7E3C;
}
</style>
border-color css
<style>
span { border-color: #3A7E3C; }
span { border-color: rgb(58,126,60); }
td.TdClassName
{
border-color: #3A7E3C;
}
.TagClassName
{
border-color: #3A7E3C;
}
</style>