Shades of Japanese Laurel #328833
Tints of Japanese Laurel #328833
RGB
CMYK
RGB Variations
Color information
#328833 (or 0x328833) is known color: Japanese Laurel. HEX triplet: 32, 88 and 33. RGB value is (50,136,51). Sum of RGB (Red+Green+Blue) = 50+136+51=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #328833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328833 is #CD77CC. Grayscale: #646464. Windows color (decimal): -13465549 or 3377202. OLE color: 3377202.
HSL color Cylindrical-coordinate representation of color #328833: hue angle of 120.7º 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 #328833 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 51 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.47 |
| HSL | 120.7º | 0.46% | 0.36% | - |
| HSV(B) | 120.7º | 0.63% | 0.53% | - |
| XYZ | 10.72 | 18.53 | 6.14 | - |
| YUV | 100.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 51 | 0.63 | 0 | 0.62 | 0.47 | 120.7 | 0.46 | 0.36 |
| Hex | 32 | 88 | 33 | 3F | 0 | 3E | 2F | 79 | 2E | 24 |
| Octal | 62 | 210 | 63 | 77 | 0 | 76 | 57 | 171 | 56 | 44 |
| Binary | 110010 | 10001000 | 110011 | 111111 | 0 | 111110 | 101111 | 1111001 | 101110 | 100100 |
Color Harmonies of #328833
Complementary color
Monochromatic Colors of #328833
Black with #328833
Text Example
Text Example
White with #328833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328833; }
p { color: rgb(50,136,51); }
H1.HeaderClassName
{
color: #328833;
}
.AnyTagClassName
{
color: #328833;
}
</style>
background-color css
<style>
a { background-color: #328833; }
a { background-color: rgb(50,136,51); }
div.DivClassName
{
background-color: #328833;
}
.BgClassName
{
background-color: #328833;
}
</style>
border-color css
<style>
span { border-color: #328833; }
span { border-color: rgb(50,136,51); }
td.TdClassName
{
border-color: #328833;
}
.TagClassName
{
border-color: #328833;
}
</style>