Shades of Japanese Laurel #32842C
Tints of Japanese Laurel #32842C
RGB
CMYK
RGB Variations
Color information
#32842C (or 0x32842C) is known color: Japanese Laurel. HEX triplet: 32, 84 and 2C. RGB value is (50,132,44). Sum of RGB (Red+Green+Blue) = 50+132+44=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #32842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32842C is #CD7BD3. Grayscale: #616161. Windows color (decimal): -13466580 or 2917426. OLE color: 2917426.
HSL color Cylindrical-coordinate representation of color #32842C: hue angle of 115.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32842C is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 44 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.48 |
| HSL | 115.91º | 0.5% | 0.35% | - |
| HSV(B) | 115.91º | 0.67% | 0.52% | - |
| XYZ | 10.02 | 17.36 | 5.21 | - |
| YUV | 97.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 44 | 0.62 | 0 | 0.67 | 0.48 | 115.91 | 0.5 | 0.35 |
| Hex | 32 | 84 | 2C | 3E | 0 | 43 | 30 | 74 | 32 | 23 |
| Octal | 62 | 204 | 54 | 76 | 0 | 103 | 60 | 164 | 62 | 43 |
| Binary | 110010 | 10000100 | 101100 | 111110 | 0 | 1000011 | 110000 | 1110100 | 110010 | 100011 |
Color Harmonies of #32842C
Complementary color
Monochromatic Colors of #32842C
Black with #32842C
Text Example
Text Example
White with #32842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32842C; }
p { color: rgb(50,132,44); }
H1.HeaderClassName
{
color: #32842C;
}
.AnyTagClassName
{
color: #32842C;
}
</style>
background-color css
<style>
a { background-color: #32842C; }
a { background-color: rgb(50,132,44); }
div.DivClassName
{
background-color: #32842C;
}
.BgClassName
{
background-color: #32842C;
}
</style>
border-color css
<style>
span { border-color: #32842C; }
span { border-color: rgb(50,132,44); }
td.TdClassName
{
border-color: #32842C;
}
.TagClassName
{
border-color: #32842C;
}
</style>