Shades of Japanese Laurel #32722A
Tints of Japanese Laurel #32722A
RGB
CMYK
RGB Variations
Color information
#32722A (or 0x32722A) is known color: Japanese Laurel. HEX triplet: 32, 72 and 2A. RGB value is (50,114,42). Sum of RGB (Red+Green+Blue) = 50+114+42=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #32722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32722A is #CD8DD5. Grayscale: #565656. Windows color (decimal): -13471190 or 2781746. OLE color: 2781746.
HSL color Cylindrical-coordinate representation of color #32722A: hue angle of 113.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32722A is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 42 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.55 |
| HSL | 113.33º | 0.46% | 0.31% | - |
| HSV(B) | 113.33º | 0.63% | 0.45% | - |
| XYZ | 7.75 | 12.88 | 4.27 | - |
| YUV | 86.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 42 | 0.56 | 0 | 0.63 | 0.55 | 113.33 | 0.46 | 0.31 |
| Hex | 32 | 72 | 2A | 38 | 0 | 3F | 37 | 71 | 2E | 1F |
| Octal | 62 | 162 | 52 | 70 | 0 | 77 | 67 | 161 | 56 | 37 |
| Binary | 110010 | 1110010 | 101010 | 111000 | 0 | 111111 | 110111 | 1110001 | 101110 | 11111 |
Color Harmonies of #32722A
Complementary color
Monochromatic Colors of #32722A
Black with #32722A
Text Example
Text Example
White with #32722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32722A; }
p { color: rgb(50,114,42); }
H1.HeaderClassName
{
color: #32722A;
}
.AnyTagClassName
{
color: #32722A;
}
</style>
background-color css
<style>
a { background-color: #32722A; }
a { background-color: rgb(50,114,42); }
div.DivClassName
{
background-color: #32722A;
}
.BgClassName
{
background-color: #32722A;
}
</style>
border-color css
<style>
span { border-color: #32722A; }
span { border-color: rgb(50,114,42); }
td.TdClassName
{
border-color: #32722A;
}
.TagClassName
{
border-color: #32722A;
}
</style>