Shades of Japanese Laurel #328A32
Tints of Japanese Laurel #328A32
RGB
CMYK
RGB Variations
Color information
#328A32 (or 0x328A32) is known color: Japanese Laurel. HEX triplet: 32, 8A and 32. RGB value is (50,138,50). Sum of RGB (Red+Green+Blue) = 50+138+50=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #328A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A32 is #CD75CD. Grayscale: #656565. Windows color (decimal): -13465038 or 3312178. OLE color: 3312178.
HSL color Cylindrical-coordinate representation of color #328A32: hue angle of 120º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A32 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 50 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.46 |
| HSL | 120º | 0.47% | 0.37% | - |
| HSV(B) | 120º | 0.64% | 0.54% | - |
| XYZ | 10.98 | 19.09 | 6.12 | - |
| YUV | 101.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 50 | 0.64 | 0 | 0.64 | 0.46 | 120 | 0.47 | 0.37 |
| Hex | 32 | 8A | 32 | 40 | 0 | 40 | 2E | 78 | 2F | 25 |
| Octal | 62 | 212 | 62 | 100 | 0 | 100 | 56 | 170 | 57 | 45 |
| Binary | 110010 | 10001010 | 110010 | 1000000 | 0 | 1000000 | 101110 | 1111000 | 101111 | 100101 |
Color Harmonies of #328A32
Complementary color
Monochromatic Colors of #328A32
Black with #328A32
Text Example
Text Example
White with #328A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A32; }
p { color: rgb(50,138,50); }
H1.HeaderClassName
{
color: #328A32;
}
.AnyTagClassName
{
color: #328A32;
}
</style>
background-color css
<style>
a { background-color: #328A32; }
a { background-color: rgb(50,138,50); }
div.DivClassName
{
background-color: #328A32;
}
.BgClassName
{
background-color: #328A32;
}
</style>
border-color css
<style>
span { border-color: #328A32; }
span { border-color: rgb(50,138,50); }
td.TdClassName
{
border-color: #328A32;
}
.TagClassName
{
border-color: #328A32;
}
</style>