Shades of Japanese Laurel #327C35
Tints of Japanese Laurel #327C35
RGB
CMYK
RGB Variations
Color information
#327C35 (or 0x327C35) is known color: Japanese Laurel. HEX triplet: 32, 7C and 35. RGB value is (50,124,53). Sum of RGB (Red+Green+Blue) = 50+124+53=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #327C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C35 is #CD83CA. Grayscale: #5D5D5D. Windows color (decimal): -13468619 or 3505202. OLE color: 3505202.
HSL color Cylindrical-coordinate representation of color #327C35: hue angle of 122.43º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C35 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 53 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.51 |
| HSL | 122.43º | 0.43% | 0.34% | - |
| HSV(B) | 122.43º | 0.6% | 0.49% | - |
| XYZ | 9.17 | 15.35 | 5.85 | - |
| YUV | 93.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 53 | 0.60 | 0 | 0.57 | 0.51 | 122.43 | 0.43 | 0.34 |
| Hex | 32 | 7C | 35 | 3C | 0 | 39 | 33 | 7A | 2B | 22 |
| Octal | 62 | 174 | 65 | 74 | 0 | 71 | 63 | 172 | 53 | 42 |
| Binary | 110010 | 1111100 | 110101 | 111100 | 0 | 111001 | 110011 | 1111010 | 101011 | 100010 |
Color Harmonies of #327C35
Complementary color
Monochromatic Colors of #327C35
Black with #327C35
Text Example
Text Example
White with #327C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C35; }
p { color: rgb(50,124,53); }
H1.HeaderClassName
{
color: #327C35;
}
.AnyTagClassName
{
color: #327C35;
}
</style>
background-color css
<style>
a { background-color: #327C35; }
a { background-color: rgb(50,124,53); }
div.DivClassName
{
background-color: #327C35;
}
.BgClassName
{
background-color: #327C35;
}
</style>
border-color css
<style>
span { border-color: #327C35; }
span { border-color: rgb(50,124,53); }
td.TdClassName
{
border-color: #327C35;
}
.TagClassName
{
border-color: #327C35;
}
</style>