Shades of Japanese Laurel #32783D
Tints of Japanese Laurel #32783D
RGB
CMYK
RGB Variations
Color information
#32783D (or 0x32783D) is known color: Japanese Laurel. HEX triplet: 32, 78 and 3D. RGB value is (50,120,61). Sum of RGB (Red+Green+Blue) = 50+120+61=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #32783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32783D is #CD87C2. Grayscale: #5C5C5C. Windows color (decimal): -13469635 or 4028466. OLE color: 4028466.
HSL color Cylindrical-coordinate representation of color #32783D: hue angle of 129.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32783D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 61 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.53 |
| HSL | 129.43º | 0.41% | 0.33% | - |
| HSV(B) | 129.43º | 0.58% | 0.47% | - |
| XYZ | 8.87 | 14.45 | 6.74 | - |
| YUV | 92.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 61 | 0.58 | 0 | 0.49 | 0.53 | 129.43 | 0.41 | 0.33 |
| Hex | 32 | 78 | 3D | 3A | 0 | 31 | 35 | 81 | 29 | 21 |
| Octal | 62 | 170 | 75 | 72 | 0 | 61 | 65 | 201 | 51 | 41 |
| Binary | 110010 | 1111000 | 111101 | 111010 | 0 | 110001 | 110101 | 10000001 | 101001 | 100001 |
Color Harmonies of #32783D
Complementary color
Monochromatic Colors of #32783D
Black with #32783D
Text Example
Text Example
White with #32783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32783D; }
p { color: rgb(50,120,61); }
H1.HeaderClassName
{
color: #32783D;
}
.AnyTagClassName
{
color: #32783D;
}
</style>
background-color css
<style>
a { background-color: #32783D; }
a { background-color: rgb(50,120,61); }
div.DivClassName
{
background-color: #32783D;
}
.BgClassName
{
background-color: #32783D;
}
</style>
border-color css
<style>
span { border-color: #32783D; }
span { border-color: rgb(50,120,61); }
td.TdClassName
{
border-color: #32783D;
}
.TagClassName
{
border-color: #32783D;
}
</style>