Shades of Japanese Laurel #32782F
Tints of Japanese Laurel #32782F
RGB
CMYK
RGB Variations
Color information
#32782F (or 0x32782F) is known color: Japanese Laurel. HEX triplet: 32, 78 and 2F. RGB value is (50,120,47). Sum of RGB (Red+Green+Blue) = 50+120+47=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #32782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32782F is #CD87D0. Grayscale: #5A5A5A. Windows color (decimal): -13469649 or 3110962. OLE color: 3110962.
HSL color Cylindrical-coordinate representation of color #32782F: hue angle of 117.53º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32782F is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 47 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.53 |
| HSL | 117.53º | 0.44% | 0.33% | - |
| HSV(B) | 117.53º | 0.61% | 0.47% | - |
| XYZ | 8.54 | 14.32 | 5 | - |
| YUV | 90.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 47 | 0.58 | 0 | 0.61 | 0.53 | 117.53 | 0.44 | 0.33 |
| Hex | 32 | 78 | 2F | 3A | 0 | 3D | 35 | 76 | 2C | 21 |
| Octal | 62 | 170 | 57 | 72 | 0 | 75 | 65 | 166 | 54 | 41 |
| Binary | 110010 | 1111000 | 101111 | 111010 | 0 | 111101 | 110101 | 1110110 | 101100 | 100001 |
Color Harmonies of #32782F
Complementary color
Monochromatic Colors of #32782F
Black with #32782F
Text Example
Text Example
White with #32782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32782F; }
p { color: rgb(50,120,47); }
H1.HeaderClassName
{
color: #32782F;
}
.AnyTagClassName
{
color: #32782F;
}
</style>
background-color css
<style>
a { background-color: #32782F; }
a { background-color: rgb(50,120,47); }
div.DivClassName
{
background-color: #32782F;
}
.BgClassName
{
background-color: #32782F;
}
</style>
border-color css
<style>
span { border-color: #32782F; }
span { border-color: rgb(50,120,47); }
td.TdClassName
{
border-color: #32782F;
}
.TagClassName
{
border-color: #32782F;
}
</style>