Shades of Japanese Laurel #328F41
Tints of Japanese Laurel #328F41
RGB
CMYK
RGB Variations
Color information
#328F41 (or 0x328F41) is known color: Japanese Laurel. HEX triplet: 32, 8F and 41. RGB value is (50,143,65). Sum of RGB (Red+Green+Blue) = 50+143+65=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #328F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F41 is #CD70BE. Grayscale: #6A6A6A. Windows color (decimal): -13463743 or 4296498. OLE color: 4296498.
HSL color Cylindrical-coordinate representation of color #328F41: hue angle of 129.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F41 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 65 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.44 |
| HSL | 129.68º | 0.48% | 0.38% | - |
| HSV(B) | 129.68º | 0.65% | 0.56% | - |
| XYZ | 12.09 | 20.7 | 8.36 | - |
| YUV | 106.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 65 | 0.65 | 0 | 0.55 | 0.44 | 129.68 | 0.48 | 0.38 |
| Hex | 32 | 8F | 41 | 41 | 0 | 37 | 2C | 82 | 30 | 26 |
| Octal | 62 | 217 | 101 | 101 | 0 | 67 | 54 | 202 | 60 | 46 |
| Binary | 110010 | 10001111 | 1000001 | 1000001 | 0 | 110111 | 101100 | 10000010 | 110000 | 100110 |
Color Harmonies of #328F41
Complementary color
Monochromatic Colors of #328F41
Black with #328F41
Text Example
Text Example
White with #328F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F41; }
p { color: rgb(50,143,65); }
H1.HeaderClassName
{
color: #328F41;
}
.AnyTagClassName
{
color: #328F41;
}
</style>
background-color css
<style>
a { background-color: #328F41; }
a { background-color: rgb(50,143,65); }
div.DivClassName
{
background-color: #328F41;
}
.BgClassName
{
background-color: #328F41;
}
</style>
border-color css
<style>
span { border-color: #328F41; }
span { border-color: rgb(50,143,65); }
td.TdClassName
{
border-color: #328F41;
}
.TagClassName
{
border-color: #328F41;
}
</style>