Shades of Japanese Laurel #328D3B
Tints of Japanese Laurel #328D3B
RGB
CMYK
RGB Variations
Color information
#328D3B (or 0x328D3B) is known color: Japanese Laurel. HEX triplet: 32, 8D and 3B. RGB value is (50,141,59). Sum of RGB (Red+Green+Blue) = 50+141+59=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #328D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D3B is #CD72C4. Grayscale: #686868. Windows color (decimal): -13464261 or 3902770. OLE color: 3902770.
HSL color Cylindrical-coordinate representation of color #328D3B: hue angle of 125.93º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D3B is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 59 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.45 |
| HSL | 125.93º | 0.48% | 0.37% | - |
| HSV(B) | 125.93º | 0.65% | 0.55% | - |
| XYZ | 11.63 | 20.04 | 7.39 | - |
| YUV | 104.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 59 | 0.65 | 0 | 0.58 | 0.45 | 125.93 | 0.48 | 0.37 |
| Hex | 32 | 8D | 3B | 41 | 0 | 3A | 2D | 7E | 30 | 25 |
| Octal | 62 | 215 | 73 | 101 | 0 | 72 | 55 | 176 | 60 | 45 |
| Binary | 110010 | 10001101 | 111011 | 1000001 | 0 | 111010 | 101101 | 1111110 | 110000 | 100101 |
Color Harmonies of #328D3B
Complementary color
Monochromatic Colors of #328D3B
Black with #328D3B
Text Example
Text Example
White with #328D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D3B; }
p { color: rgb(50,141,59); }
H1.HeaderClassName
{
color: #328D3B;
}
.AnyTagClassName
{
color: #328D3B;
}
</style>
background-color css
<style>
a { background-color: #328D3B; }
a { background-color: rgb(50,141,59); }
div.DivClassName
{
background-color: #328D3B;
}
.BgClassName
{
background-color: #328D3B;
}
</style>
border-color css
<style>
span { border-color: #328D3B; }
span { border-color: rgb(50,141,59); }
td.TdClassName
{
border-color: #328D3B;
}
.TagClassName
{
border-color: #328D3B;
}
</style>