Shades of Japanese Laurel #3A7F3D
Tints of Japanese Laurel #3A7F3D
RGB
CMYK
RGB Variations
Color information
#3A7F3D (or 0x3A7F3D) is known color: Japanese Laurel. HEX triplet: 3A, 7F and 3D. RGB value is (58,127,61). Sum of RGB (Red+Green+Blue) = 58+127+61=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7F3D is #C580C2. Grayscale: #636363. Windows color (decimal): -12943555 or 4030266. OLE color: 4030266.
HSL color Cylindrical-coordinate representation of color #3A7F3D: hue angle of 122.61º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F3D is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 127 | 61 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.50 |
| HSL | 122.61º | 0.37% | 0.36% | - |
| HSV(B) | 122.61º | 0.54% | 0.5% | - |
| XYZ | 10.18 | 16.42 | 7.05 | - |
| YUV | 98.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 61 | 0.54 | 0 | 0.52 | 0.50 | 122.61 | 0.37 | 0.36 |
| Hex | 3A | 7F | 3D | 36 | 0 | 34 | 32 | 7B | 25 | 24 |
| Octal | 72 | 177 | 75 | 66 | 0 | 64 | 62 | 173 | 45 | 44 |
| Binary | 111010 | 1111111 | 111101 | 110110 | 0 | 110100 | 110010 | 1111011 | 100101 | 100100 |
Color Harmonies of #3A7F3D
Complementary color
Monochromatic Colors of #3A7F3D
Black with #3A7F3D
Text Example
Text Example
White with #3A7F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7F3D; }
p { color: rgb(58,127,61); }
H1.HeaderClassName
{
color: #3A7F3D;
}
.AnyTagClassName
{
color: #3A7F3D;
}
</style>
background-color css
<style>
a { background-color: #3A7F3D; }
a { background-color: rgb(58,127,61); }
div.DivClassName
{
background-color: #3A7F3D;
}
.BgClassName
{
background-color: #3A7F3D;
}
</style>
border-color css
<style>
span { border-color: #3A7F3D; }
span { border-color: rgb(58,127,61); }
td.TdClassName
{
border-color: #3A7F3D;
}
.TagClassName
{
border-color: #3A7F3D;
}
</style>