Shades of Japanese Laurel #328F37
Tints of Japanese Laurel #328F37
RGB
CMYK
RGB Variations
Color information
#328F37 (or 0x328F37) is known color: Japanese Laurel. HEX triplet: 32, 8F and 37. RGB value is (50,143,55). Sum of RGB (Red+Green+Blue) = 50+143+55=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #328F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F37 is #CD70C8. Grayscale: #696969. Windows color (decimal): -13463753 or 3641138. OLE color: 3641138.
HSL color Cylindrical-coordinate representation of color #328F37: hue angle of 123.23º 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 #328F37 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 55 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.44 |
| HSL | 123.23º | 0.48% | 0.38% | - |
| HSV(B) | 123.23º | 0.65% | 0.56% | - |
| XYZ | 11.83 | 20.6 | 6.97 | - |
| YUV | 105.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 55 | 0.65 | 0 | 0.62 | 0.44 | 123.23 | 0.48 | 0.38 |
| Hex | 32 | 8F | 37 | 41 | 0 | 3E | 2C | 7B | 30 | 26 |
| Octal | 62 | 217 | 67 | 101 | 0 | 76 | 54 | 173 | 60 | 46 |
| Binary | 110010 | 10001111 | 110111 | 1000001 | 0 | 111110 | 101100 | 1111011 | 110000 | 100110 |
Color Harmonies of #328F37
Complementary color
Monochromatic Colors of #328F37
Black with #328F37
Text Example
Text Example
White with #328F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F37; }
p { color: rgb(50,143,55); }
H1.HeaderClassName
{
color: #328F37;
}
.AnyTagClassName
{
color: #328F37;
}
</style>
background-color css
<style>
a { background-color: #328F37; }
a { background-color: rgb(50,143,55); }
div.DivClassName
{
background-color: #328F37;
}
.BgClassName
{
background-color: #328F37;
}
</style>
border-color css
<style>
span { border-color: #328F37; }
span { border-color: rgb(50,143,55); }
td.TdClassName
{
border-color: #328F37;
}
.TagClassName
{
border-color: #328F37;
}
</style>