Shades of Japanese Laurel #32842E
Tints of Japanese Laurel #32842E
RGB
CMYK
RGB Variations
Color information
#32842E (or 0x32842E) is known color: Japanese Laurel. HEX triplet: 32, 84 and 2E. RGB value is (50,132,46). Sum of RGB (Red+Green+Blue) = 50+132+46=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #32842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32842E is #CD7BD1. Grayscale: #616161. Windows color (decimal): -13466578 or 3048498. OLE color: 3048498.
HSL color Cylindrical-coordinate representation of color #32842E: hue angle of 117.21º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32842E is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 46 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.48 |
| HSL | 117.21º | 0.48% | 0.35% | - |
| HSV(B) | 117.21º | 0.65% | 0.52% | - |
| XYZ | 10.06 | 17.38 | 5.41 | - |
| YUV | 97.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 46 | 0.62 | 0 | 0.65 | 0.48 | 117.21 | 0.48 | 0.35 |
| Hex | 32 | 84 | 2E | 3E | 0 | 41 | 30 | 75 | 30 | 23 |
| Octal | 62 | 204 | 56 | 76 | 0 | 101 | 60 | 165 | 60 | 43 |
| Binary | 110010 | 10000100 | 101110 | 111110 | 0 | 1000001 | 110000 | 1110101 | 110000 | 100011 |
Color Harmonies of #32842E
Complementary color
Monochromatic Colors of #32842E
Black with #32842E
Text Example
Text Example
White with #32842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32842E; }
p { color: rgb(50,132,46); }
H1.HeaderClassName
{
color: #32842E;
}
.AnyTagClassName
{
color: #32842E;
}
</style>
background-color css
<style>
a { background-color: #32842E; }
a { background-color: rgb(50,132,46); }
div.DivClassName
{
background-color: #32842E;
}
.BgClassName
{
background-color: #32842E;
}
</style>
border-color css
<style>
span { border-color: #32842E; }
span { border-color: rgb(50,132,46); }
td.TdClassName
{
border-color: #32842E;
}
.TagClassName
{
border-color: #32842E;
}
</style>