Shades of Japanese Laurel #327C2A
Tints of Japanese Laurel #327C2A
RGB
CMYK
RGB Variations
Color information
#327C2A (or 0x327C2A) is known color: Japanese Laurel. HEX triplet: 32, 7C and 2A. RGB value is (50,124,42). Sum of RGB (Red+Green+Blue) = 50+124+42=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #327C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C2A is #CD83D5. Grayscale: #5C5C5C. Windows color (decimal): -13468630 or 2784306. OLE color: 2784306.
HSL color Cylindrical-coordinate representation of color #327C2A: hue angle of 114.15º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327C2A is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 42 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.51 |
| HSL | 114.15º | 0.49% | 0.33% | - |
| HSV(B) | 114.15º | 0.66% | 0.49% | - |
| XYZ | 8.94 | 15.26 | 4.66 | - |
| YUV | 92.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 42 | 0.60 | 0 | 0.66 | 0.51 | 114.15 | 0.49 | 0.33 |
| Hex | 32 | 7C | 2A | 3C | 0 | 42 | 33 | 72 | 31 | 21 |
| Octal | 62 | 174 | 52 | 74 | 0 | 102 | 63 | 162 | 61 | 41 |
| Binary | 110010 | 1111100 | 101010 | 111100 | 0 | 1000010 | 110011 | 1110010 | 110001 | 100001 |
Color Harmonies of #327C2A
Complementary color
Monochromatic Colors of #327C2A
Black with #327C2A
Text Example
Text Example
White with #327C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C2A; }
p { color: rgb(50,124,42); }
H1.HeaderClassName
{
color: #327C2A;
}
.AnyTagClassName
{
color: #327C2A;
}
</style>
background-color css
<style>
a { background-color: #327C2A; }
a { background-color: rgb(50,124,42); }
div.DivClassName
{
background-color: #327C2A;
}
.BgClassName
{
background-color: #327C2A;
}
</style>
border-color css
<style>
span { border-color: #327C2A; }
span { border-color: rgb(50,124,42); }
td.TdClassName
{
border-color: #327C2A;
}
.TagClassName
{
border-color: #327C2A;
}
</style>