Shades of Japanese Laurel #327D2E
Tints of Japanese Laurel #327D2E
RGB
CMYK
RGB Variations
Color information
#327D2E (or 0x327D2E) is known color: Japanese Laurel. HEX triplet: 32, 7D and 2E. RGB value is (50,125,46). Sum of RGB (Red+Green+Blue) = 50+125+46=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #327D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D2E is #CD82D1. Grayscale: #5D5D5D. Windows color (decimal): -13468370 or 3046706. OLE color: 3046706.
HSL color Cylindrical-coordinate representation of color #327D2E: hue angle of 116.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327D2E is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 46 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.51 |
| HSL | 116.96º | 0.46% | 0.34% | - |
| HSV(B) | 116.96º | 0.63% | 0.49% | - |
| XYZ | 9.14 | 15.54 | 5.1 | - |
| YUV | 93.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 46 | 0.60 | 0 | 0.63 | 0.51 | 116.96 | 0.46 | 0.34 |
| Hex | 32 | 7D | 2E | 3C | 0 | 3F | 33 | 75 | 2E | 22 |
| Octal | 62 | 175 | 56 | 74 | 0 | 77 | 63 | 165 | 56 | 42 |
| Binary | 110010 | 1111101 | 101110 | 111100 | 0 | 111111 | 110011 | 1110101 | 101110 | 100010 |
Color Harmonies of #327D2E
Complementary color
Monochromatic Colors of #327D2E
Black with #327D2E
Text Example
Text Example
White with #327D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D2E; }
p { color: rgb(50,125,46); }
H1.HeaderClassName
{
color: #327D2E;
}
.AnyTagClassName
{
color: #327D2E;
}
</style>
background-color css
<style>
a { background-color: #327D2E; }
a { background-color: rgb(50,125,46); }
div.DivClassName
{
background-color: #327D2E;
}
.BgClassName
{
background-color: #327D2E;
}
</style>
border-color css
<style>
span { border-color: #327D2E; }
span { border-color: rgb(50,125,46); }
td.TdClassName
{
border-color: #327D2E;
}
.TagClassName
{
border-color: #327D2E;
}
</style>