Shades of Japanese Laurel #32893D
Tints of Japanese Laurel #32893D
RGB
CMYK
RGB Variations
Color information
#32893D (or 0x32893D) is known color: Japanese Laurel. HEX triplet: 32, 89 and 3D. RGB value is (50,137,61). Sum of RGB (Red+Green+Blue) = 50+137+61=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #32893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32893D is #CD76C2. Grayscale: #666666. Windows color (decimal): -13465283 or 4032818. OLE color: 4032818.
HSL color Cylindrical-coordinate representation of color #32893D: hue angle of 127.59º 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 #32893D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 61 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.46 |
| HSL | 127.59º | 0.47% | 0.37% | - |
| HSV(B) | 127.59º | 0.64% | 0.54% | - |
| XYZ | 11.1 | 18.91 | 7.48 | - |
| YUV | 102.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 61 | 0.64 | 0 | 0.55 | 0.46 | 127.59 | 0.47 | 0.37 |
| Hex | 32 | 89 | 3D | 40 | 0 | 37 | 2E | 80 | 2F | 25 |
| Octal | 62 | 211 | 75 | 100 | 0 | 67 | 56 | 200 | 57 | 45 |
| Binary | 110010 | 10001001 | 111101 | 1000000 | 0 | 110111 | 101110 | 10000000 | 101111 | 100101 |
Color Harmonies of #32893D
Complementary color
Monochromatic Colors of #32893D
Black with #32893D
Text Example
Text Example
White with #32893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32893D; }
p { color: rgb(50,137,61); }
H1.HeaderClassName
{
color: #32893D;
}
.AnyTagClassName
{
color: #32893D;
}
</style>
background-color css
<style>
a { background-color: #32893D; }
a { background-color: rgb(50,137,61); }
div.DivClassName
{
background-color: #32893D;
}
.BgClassName
{
background-color: #32893D;
}
</style>
border-color css
<style>
span { border-color: #32893D; }
span { border-color: rgb(50,137,61); }
td.TdClassName
{
border-color: #32893D;
}
.TagClassName
{
border-color: #32893D;
}
</style>