Shades of Japanese Laurel #327A3B
Tints of Japanese Laurel #327A3B
RGB
CMYK
RGB Variations
Color information
#327A3B (or 0x327A3B) is known color: Japanese Laurel. HEX triplet: 32, 7A and 3B. RGB value is (50,122,59). Sum of RGB (Red+Green+Blue) = 50+122+59=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #327A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A3B is #CD85C4. Grayscale: #5D5D5D. Windows color (decimal): -13469125 or 3897906. OLE color: 3897906.
HSL color Cylindrical-coordinate representation of color #327A3B: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A3B is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 59 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.52 |
| HSL | 127.5º | 0.42% | 0.34% | - |
| HSV(B) | 127.5º | 0.59% | 0.48% | - |
| XYZ | 9.06 | 14.91 | 6.54 | - |
| YUV | 93.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 59 | 0.59 | 0 | 0.52 | 0.52 | 127.5 | 0.42 | 0.34 |
| Hex | 32 | 7A | 3B | 3B | 0 | 34 | 34 | 80 | 2A | 22 |
| Octal | 62 | 172 | 73 | 73 | 0 | 64 | 64 | 200 | 52 | 42 |
| Binary | 110010 | 1111010 | 111011 | 111011 | 0 | 110100 | 110100 | 10000000 | 101010 | 100010 |
Color Harmonies of #327A3B
Complementary color
Monochromatic Colors of #327A3B
Black with #327A3B
Text Example
Text Example
White with #327A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A3B; }
p { color: rgb(50,122,59); }
H1.HeaderClassName
{
color: #327A3B;
}
.AnyTagClassName
{
color: #327A3B;
}
</style>
background-color css
<style>
a { background-color: #327A3B; }
a { background-color: rgb(50,122,59); }
div.DivClassName
{
background-color: #327A3B;
}
.BgClassName
{
background-color: #327A3B;
}
</style>
border-color css
<style>
span { border-color: #327A3B; }
span { border-color: rgb(50,122,59); }
td.TdClassName
{
border-color: #327A3B;
}
.TagClassName
{
border-color: #327A3B;
}
</style>