Shades of Japanese Laurel #328343
Tints of Japanese Laurel #328343
RGB
CMYK
RGB Variations
Color information
#328343 (or 0x328343) is known color: Japanese Laurel. HEX triplet: 32, 83 and 43. RGB value is (50,131,67). Sum of RGB (Red+Green+Blue) = 50+131+67=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #328343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328343 is #CD7CBC. Grayscale: #636363. Windows color (decimal): -13466813 or 4424498. OLE color: 4424498.
HSL color Cylindrical-coordinate representation of color #328343: hue angle of 132.59º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328343 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 67 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.49 |
| HSL | 132.59º | 0.45% | 0.35% | - |
| HSV(B) | 132.59º | 0.62% | 0.51% | - |
| XYZ | 10.44 | 17.32 | 8.1 | - |
| YUV | 99.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 67 | 0.62 | 0 | 0.49 | 0.49 | 132.59 | 0.45 | 0.35 |
| Hex | 32 | 83 | 43 | 3E | 0 | 31 | 31 | 85 | 2D | 23 |
| Octal | 62 | 203 | 103 | 76 | 0 | 61 | 61 | 205 | 55 | 43 |
| Binary | 110010 | 10000011 | 1000011 | 111110 | 0 | 110001 | 110001 | 10000101 | 101101 | 100011 |
Color Harmonies of #328343
Complementary color
Monochromatic Colors of #328343
Black with #328343
Text Example
Text Example
White with #328343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328343; }
p { color: rgb(50,131,67); }
H1.HeaderClassName
{
color: #328343;
}
.AnyTagClassName
{
color: #328343;
}
</style>
background-color css
<style>
a { background-color: #328343; }
a { background-color: rgb(50,131,67); }
div.DivClassName
{
background-color: #328343;
}
.BgClassName
{
background-color: #328343;
}
</style>
border-color css
<style>
span { border-color: #328343; }
span { border-color: rgb(50,131,67); }
td.TdClassName
{
border-color: #328343;
}
.TagClassName
{
border-color: #328343;
}
</style>