Shades of Japanese Laurel #328D3F
Tints of Japanese Laurel #328D3F
RGB
CMYK
RGB Variations
Color information
#328D3F (or 0x328D3F) is known color: Japanese Laurel. HEX triplet: 32, 8D and 3F. RGB value is (50,141,63). Sum of RGB (Red+Green+Blue) = 50+141+63=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #328D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D3F is #CD72C0. Grayscale: #696969. Windows color (decimal): -13464257 or 4164914. OLE color: 4164914.
HSL color Cylindrical-coordinate representation of color #328D3F: hue angle of 128.57º 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 #328D3F is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 63 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.45 |
| HSL | 128.57º | 0.48% | 0.37% | - |
| HSV(B) | 128.57º | 0.65% | 0.55% | - |
| XYZ | 11.74 | 20.09 | 7.96 | - |
| YUV | 104.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 63 | 0.65 | 0 | 0.55 | 0.45 | 128.57 | 0.48 | 0.37 |
| Hex | 32 | 8D | 3F | 41 | 0 | 37 | 2D | 81 | 30 | 25 |
| Octal | 62 | 215 | 77 | 101 | 0 | 67 | 55 | 201 | 60 | 45 |
| Binary | 110010 | 10001101 | 111111 | 1000001 | 0 | 110111 | 101101 | 10000001 | 110000 | 100101 |
Color Harmonies of #328D3F
Complementary color
Monochromatic Colors of #328D3F
Black with #328D3F
Text Example
Text Example
White with #328D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D3F; }
p { color: rgb(50,141,63); }
H1.HeaderClassName
{
color: #328D3F;
}
.AnyTagClassName
{
color: #328D3F;
}
</style>
background-color css
<style>
a { background-color: #328D3F; }
a { background-color: rgb(50,141,63); }
div.DivClassName
{
background-color: #328D3F;
}
.BgClassName
{
background-color: #328D3F;
}
</style>
border-color css
<style>
span { border-color: #328D3F; }
span { border-color: rgb(50,141,63); }
td.TdClassName
{
border-color: #328D3F;
}
.TagClassName
{
border-color: #328D3F;
}
</style>