Shades of Japanese Laurel #328542
Tints of Japanese Laurel #328542
RGB
CMYK
RGB Variations
Color information
#328542 (or 0x328542) is known color: Japanese Laurel. HEX triplet: 32, 85 and 42. RGB value is (50,133,66). Sum of RGB (Red+Green+Blue) = 50+133+66=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #328542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328542 is #CD7ABD. Grayscale: #646464. Windows color (decimal): -13466302 or 4359474. OLE color: 4359474.
HSL color Cylindrical-coordinate representation of color #328542: hue angle of 131.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328542 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 66 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.48 |
| HSL | 131.57º | 0.45% | 0.36% | - |
| HSV(B) | 131.57º | 0.62% | 0.52% | - |
| XYZ | 10.69 | 17.85 | 8.04 | - |
| YUV | 100.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 66 | 0.62 | 0 | 0.50 | 0.48 | 131.57 | 0.45 | 0.36 |
| Hex | 32 | 85 | 42 | 3E | 0 | 32 | 30 | 84 | 2D | 24 |
| Octal | 62 | 205 | 102 | 76 | 0 | 62 | 60 | 204 | 55 | 44 |
| Binary | 110010 | 10000101 | 1000010 | 111110 | 0 | 110010 | 110000 | 10000100 | 101101 | 100100 |
Color Harmonies of #328542
Complementary color
Monochromatic Colors of #328542
Black with #328542
Text Example
Text Example
White with #328542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328542; }
p { color: rgb(50,133,66); }
H1.HeaderClassName
{
color: #328542;
}
.AnyTagClassName
{
color: #328542;
}
</style>
background-color css
<style>
a { background-color: #328542; }
a { background-color: rgb(50,133,66); }
div.DivClassName
{
background-color: #328542;
}
.BgClassName
{
background-color: #328542;
}
</style>
border-color css
<style>
span { border-color: #328542; }
span { border-color: rgb(50,133,66); }
td.TdClassName
{
border-color: #328542;
}
.TagClassName
{
border-color: #328542;
}
</style>