Shades of Japanese Laurel #328F38
Tints of Japanese Laurel #328F38
RGB
CMYK
RGB Variations
Color information
#328F38 (or 0x328F38) is known color: Japanese Laurel. HEX triplet: 32, 8F and 38. RGB value is (50,143,56). Sum of RGB (Red+Green+Blue) = 50+143+56=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #328F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F38 is #CD70C7. Grayscale: #696969. Windows color (decimal): -13463752 or 3706674. OLE color: 3706674.
HSL color Cylindrical-coordinate representation of color #328F38: hue angle of 123.87º 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 #328F38 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 56 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.44 |
| HSL | 123.87º | 0.48% | 0.38% | - |
| HSV(B) | 123.87º | 0.65% | 0.56% | - |
| XYZ | 11.85 | 20.61 | 7.09 | - |
| YUV | 105.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 56 | 0.65 | 0 | 0.61 | 0.44 | 123.87 | 0.48 | 0.38 |
| Hex | 32 | 8F | 38 | 41 | 0 | 3D | 2C | 7C | 30 | 26 |
| Octal | 62 | 217 | 70 | 101 | 0 | 75 | 54 | 174 | 60 | 46 |
| Binary | 110010 | 10001111 | 111000 | 1000001 | 0 | 111101 | 101100 | 1111100 | 110000 | 100110 |
Color Harmonies of #328F38
Complementary color
Monochromatic Colors of #328F38
Black with #328F38
Text Example
Text Example
White with #328F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F38; }
p { color: rgb(50,143,56); }
H1.HeaderClassName
{
color: #328F38;
}
.AnyTagClassName
{
color: #328F38;
}
</style>
background-color css
<style>
a { background-color: #328F38; }
a { background-color: rgb(50,143,56); }
div.DivClassName
{
background-color: #328F38;
}
.BgClassName
{
background-color: #328F38;
}
</style>
border-color css
<style>
span { border-color: #328F38; }
span { border-color: rgb(50,143,56); }
td.TdClassName
{
border-color: #328F38;
}
.TagClassName
{
border-color: #328F38;
}
</style>