Shades of Japanese Laurel #32722B
Tints of Japanese Laurel #32722B
RGB
CMYK
RGB Variations
Color information
#32722B (or 0x32722B) is known color: Japanese Laurel. HEX triplet: 32, 72 and 2B. RGB value is (50,114,43). Sum of RGB (Red+Green+Blue) = 50+114+43=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #32722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32722B is #CD8DD4. Grayscale: #565656. Windows color (decimal): -13471189 or 2847282. OLE color: 2847282.
HSL color Cylindrical-coordinate representation of color #32722B: hue angle of 114.08º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32722B is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 43 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.55 |
| HSL | 114.08º | 0.45% | 0.31% | - |
| HSV(B) | 114.08º | 0.62% | 0.45% | - |
| XYZ | 7.77 | 12.89 | 4.36 | - |
| YUV | 86.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 43 | 0.56 | 0 | 0.62 | 0.55 | 114.08 | 0.45 | 0.31 |
| Hex | 32 | 72 | 2B | 38 | 0 | 3E | 37 | 72 | 2D | 1F |
| Octal | 62 | 162 | 53 | 70 | 0 | 76 | 67 | 162 | 55 | 37 |
| Binary | 110010 | 1110010 | 101011 | 111000 | 0 | 111110 | 110111 | 1110010 | 101101 | 11111 |
Color Harmonies of #32722B
Complementary color
Monochromatic Colors of #32722B
Black with #32722B
Text Example
Text Example
White with #32722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32722B; }
p { color: rgb(50,114,43); }
H1.HeaderClassName
{
color: #32722B;
}
.AnyTagClassName
{
color: #32722B;
}
</style>
background-color css
<style>
a { background-color: #32722B; }
a { background-color: rgb(50,114,43); }
div.DivClassName
{
background-color: #32722B;
}
.BgClassName
{
background-color: #32722B;
}
</style>
border-color css
<style>
span { border-color: #32722B; }
span { border-color: rgb(50,114,43); }
td.TdClassName
{
border-color: #32722B;
}
.TagClassName
{
border-color: #32722B;
}
</style>