Shades of Japanese Laurel #327E39
Tints of Japanese Laurel #327E39
RGB
CMYK
RGB Variations
Color information
#327E39 (or 0x327E39) is known color: Japanese Laurel. HEX triplet: 32, 7E and 39. RGB value is (50,126,57). Sum of RGB (Red+Green+Blue) = 50+126+57=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #327E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327E39 is #CD81C6. Grayscale: #5F5F5F. Windows color (decimal): -13468103 or 3767858. OLE color: 3767858.
HSL color Cylindrical-coordinate representation of color #327E39: hue angle of 125.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E39 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 57 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.51 |
| HSL | 125.53º | 0.43% | 0.35% | - |
| HSV(B) | 125.53º | 0.6% | 0.49% | - |
| XYZ | 9.51 | 15.9 | 6.44 | - |
| YUV | 95.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 57 | 0.60 | 0 | 0.55 | 0.51 | 125.53 | 0.43 | 0.35 |
| Hex | 32 | 7E | 39 | 3C | 0 | 37 | 33 | 7E | 2B | 23 |
| Octal | 62 | 176 | 71 | 74 | 0 | 67 | 63 | 176 | 53 | 43 |
| Binary | 110010 | 1111110 | 111001 | 111100 | 0 | 110111 | 110011 | 1111110 | 101011 | 100011 |
Color Harmonies of #327E39
Complementary color
Monochromatic Colors of #327E39
Black with #327E39
Text Example
Text Example
White with #327E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E39; }
p { color: rgb(50,126,57); }
H1.HeaderClassName
{
color: #327E39;
}
.AnyTagClassName
{
color: #327E39;
}
</style>
background-color css
<style>
a { background-color: #327E39; }
a { background-color: rgb(50,126,57); }
div.DivClassName
{
background-color: #327E39;
}
.BgClassName
{
background-color: #327E39;
}
</style>
border-color css
<style>
span { border-color: #327E39; }
span { border-color: rgb(50,126,57); }
td.TdClassName
{
border-color: #327E39;
}
.TagClassName
{
border-color: #327E39;
}
</style>