Shades of Japanese Laurel #328A3C
Tints of Japanese Laurel #328A3C
RGB
CMYK
RGB Variations
Color information
#328A3C (or 0x328A3C) is known color: Japanese Laurel. HEX triplet: 32, 8A and 3C. RGB value is (50,138,60). Sum of RGB (Red+Green+Blue) = 50+138+60=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #328A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A3C is #CD75C3. Grayscale: #676767. Windows color (decimal): -13465028 or 3967538. OLE color: 3967538.
HSL color Cylindrical-coordinate representation of color #328A3C: hue angle of 126.82º 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 #328A3C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 60 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.46 |
| HSL | 126.82º | 0.47% | 0.37% | - |
| HSV(B) | 126.82º | 0.64% | 0.54% | - |
| XYZ | 11.22 | 19.18 | 7.39 | - |
| YUV | 102.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 60 | 0.64 | 0 | 0.57 | 0.46 | 126.82 | 0.47 | 0.37 |
| Hex | 32 | 8A | 3C | 40 | 0 | 39 | 2E | 7F | 2F | 25 |
| Octal | 62 | 212 | 74 | 100 | 0 | 71 | 56 | 177 | 57 | 45 |
| Binary | 110010 | 10001010 | 111100 | 1000000 | 0 | 111001 | 101110 | 1111111 | 101111 | 100101 |
Color Harmonies of #328A3C
Complementary color
Monochromatic Colors of #328A3C
Black with #328A3C
Text Example
Text Example
White with #328A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A3C; }
p { color: rgb(50,138,60); }
H1.HeaderClassName
{
color: #328A3C;
}
.AnyTagClassName
{
color: #328A3C;
}
</style>
background-color css
<style>
a { background-color: #328A3C; }
a { background-color: rgb(50,138,60); }
div.DivClassName
{
background-color: #328A3C;
}
.BgClassName
{
background-color: #328A3C;
}
</style>
border-color css
<style>
span { border-color: #328A3C; }
span { border-color: rgb(50,138,60); }
td.TdClassName
{
border-color: #328A3C;
}
.TagClassName
{
border-color: #328A3C;
}
</style>