Shades of Japanese Laurel #3F7A3D
Tints of Japanese Laurel #3F7A3D
RGB
CMYK
RGB Variations
Color information
#3F7A3D (or 0x3F7A3D) is known color: Japanese Laurel. HEX triplet: 3F, 7A and 3D. RGB value is (63,122,61). Sum of RGB (Red+Green+Blue) = 63+122+61=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7A3D is #C085C2. Grayscale: #616161. Windows color (decimal): -12617155 or 4028991. OLE color: 4028991.
HSL color Cylindrical-coordinate representation of color #3F7A3D: hue angle of 118.03º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7A3D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 61 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.52 |
| HSL | 118.03º | 0.33% | 0.36% | - |
| HSV(B) | 118.03º | 0.5% | 0.48% | - |
| XYZ | 9.85 | 15.31 | 6.85 | - |
| YUV | 97.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 61 | 0.48 | 0 | 0.50 | 0.52 | 118.03 | 0.33 | 0.36 |
| Hex | 3F | 7A | 3D | 30 | 0 | 32 | 34 | 76 | 21 | 24 |
| Octal | 77 | 172 | 75 | 60 | 0 | 62 | 64 | 166 | 41 | 44 |
| Binary | 111111 | 1111010 | 111101 | 110000 | 0 | 110010 | 110100 | 1110110 | 100001 | 100100 |
Color Harmonies of #3F7A3D
Complementary color
Monochromatic Colors of #3F7A3D
Black with #3F7A3D
Text Example
Text Example
White with #3F7A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A3D; }
p { color: rgb(63,122,61); }
H1.HeaderClassName
{
color: #3F7A3D;
}
.AnyTagClassName
{
color: #3F7A3D;
}
</style>
background-color css
<style>
a { background-color: #3F7A3D; }
a { background-color: rgb(63,122,61); }
div.DivClassName
{
background-color: #3F7A3D;
}
.BgClassName
{
background-color: #3F7A3D;
}
</style>
border-color css
<style>
span { border-color: #3F7A3D; }
span { border-color: rgb(63,122,61); }
td.TdClassName
{
border-color: #3F7A3D;
}
.TagClassName
{
border-color: #3F7A3D;
}
</style>