Shades of Japanese Laurel #3B7C3D
Tints of Japanese Laurel #3B7C3D
RGB
CMYK
RGB Variations
Color information
#3B7C3D (or 0x3B7C3D) is known color: Japanese Laurel. HEX triplet: 3B, 7C and 3D. RGB value is (59,124,61). Sum of RGB (Red+Green+Blue) = 59+124+61=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7C3D is #C483C2. Grayscale: #616161. Windows color (decimal): -12878787 or 4029499. OLE color: 4029499.
HSL color Cylindrical-coordinate representation of color #3B7C3D: hue angle of 121.85º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7C3D is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 124 | 61 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.51 |
| HSL | 121.85º | 0.36% | 0.36% | - |
| HSV(B) | 121.85º | 0.52% | 0.49% | - |
| XYZ | 9.85 | 15.68 | 6.92 | - |
| YUV | 97.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 61 | 0.52 | 0 | 0.51 | 0.51 | 121.85 | 0.36 | 0.36 |
| Hex | 3B | 7C | 3D | 34 | 0 | 33 | 33 | 7A | 24 | 24 |
| Octal | 73 | 174 | 75 | 64 | 0 | 63 | 63 | 172 | 44 | 44 |
| Binary | 111011 | 1111100 | 111101 | 110100 | 0 | 110011 | 110011 | 1111010 | 100100 | 100100 |
Color Harmonies of #3B7C3D
Complementary color
Monochromatic Colors of #3B7C3D
Black with #3B7C3D
Text Example
Text Example
White with #3B7C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7C3D; }
p { color: rgb(59,124,61); }
H1.HeaderClassName
{
color: #3B7C3D;
}
.AnyTagClassName
{
color: #3B7C3D;
}
</style>
background-color css
<style>
a { background-color: #3B7C3D; }
a { background-color: rgb(59,124,61); }
div.DivClassName
{
background-color: #3B7C3D;
}
.BgClassName
{
background-color: #3B7C3D;
}
</style>
border-color css
<style>
span { border-color: #3B7C3D; }
span { border-color: rgb(59,124,61); }
td.TdClassName
{
border-color: #3B7C3D;
}
.TagClassName
{
border-color: #3B7C3D;
}
</style>