Shades of Japanese Laurel #328841
Tints of Japanese Laurel #328841
RGB
CMYK
RGB Variations
Color information
#328841 (or 0x328841) is known color: Japanese Laurel. HEX triplet: 32, 88 and 41. RGB value is (50,136,65). Sum of RGB (Red+Green+Blue) = 50+136+65=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #328841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328841 is #CD77BE. Grayscale: #666666. Windows color (decimal): -13465535 or 4294706. OLE color: 4294706.
HSL color Cylindrical-coordinate representation of color #328841: hue angle of 130.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328841 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 65 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.47 |
| HSL | 130.47º | 0.46% | 0.36% | - |
| HSV(B) | 130.47º | 0.63% | 0.53% | - |
| XYZ | 11.07 | 18.67 | 8.02 | - |
| YUV | 102.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 65 | 0.63 | 0 | 0.52 | 0.47 | 130.47 | 0.46 | 0.36 |
| Hex | 32 | 88 | 41 | 3F | 0 | 34 | 2F | 82 | 2E | 24 |
| Octal | 62 | 210 | 101 | 77 | 0 | 64 | 57 | 202 | 56 | 44 |
| Binary | 110010 | 10001000 | 1000001 | 111111 | 0 | 110100 | 101111 | 10000010 | 101110 | 100100 |
Color Harmonies of #328841
Complementary color
Monochromatic Colors of #328841
Black with #328841
Text Example
Text Example
White with #328841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328841; }
p { color: rgb(50,136,65); }
H1.HeaderClassName
{
color: #328841;
}
.AnyTagClassName
{
color: #328841;
}
</style>
background-color css
<style>
a { background-color: #328841; }
a { background-color: rgb(50,136,65); }
div.DivClassName
{
background-color: #328841;
}
.BgClassName
{
background-color: #328841;
}
</style>
border-color css
<style>
span { border-color: #328841; }
span { border-color: rgb(50,136,65); }
td.TdClassName
{
border-color: #328841;
}
.TagClassName
{
border-color: #328841;
}
</style>