Shades of Japanese Laurel #32723B
Tints of Japanese Laurel #32723B
RGB
CMYK
RGB Variations
Color information
#32723B (or 0x32723B) is known color: Japanese Laurel. HEX triplet: 32, 72 and 3B. RGB value is (50,114,59). Sum of RGB (Red+Green+Blue) = 50+114+59=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #32723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32723B is #CD8DC4. Grayscale: #585858. Windows color (decimal): -13471173 or 3895858. OLE color: 3895858.
HSL color Cylindrical-coordinate representation of color #32723B: hue angle of 128.44º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32723B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 59 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.55 |
| HSL | 128.44º | 0.39% | 0.32% | - |
| HSV(B) | 128.44º | 0.56% | 0.45% | - |
| XYZ | 8.12 | 13.03 | 6.22 | - |
| YUV | 88.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 59 | 0.56 | 0 | 0.48 | 0.55 | 128.44 | 0.39 | 0.32 |
| Hex | 32 | 72 | 3B | 38 | 0 | 30 | 37 | 80 | 27 | 20 |
| Octal | 62 | 162 | 73 | 70 | 0 | 60 | 67 | 200 | 47 | 40 |
| Binary | 110010 | 1110010 | 111011 | 111000 | 0 | 110000 | 110111 | 10000000 | 100111 | 100000 |
Color Harmonies of #32723B
Complementary color
Monochromatic Colors of #32723B
Black with #32723B
Text Example
Text Example
White with #32723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32723B; }
p { color: rgb(50,114,59); }
H1.HeaderClassName
{
color: #32723B;
}
.AnyTagClassName
{
color: #32723B;
}
</style>
background-color css
<style>
a { background-color: #32723B; }
a { background-color: rgb(50,114,59); }
div.DivClassName
{
background-color: #32723B;
}
.BgClassName
{
background-color: #32723B;
}
</style>
border-color css
<style>
span { border-color: #32723B; }
span { border-color: rgb(50,114,59); }
td.TdClassName
{
border-color: #32723B;
}
.TagClassName
{
border-color: #32723B;
}
</style>