Shades of Japanese Laurel #32743D
Tints of Japanese Laurel #32743D
RGB
CMYK
RGB Variations
Color information
#32743D (or 0x32743D) is known color: Japanese Laurel. HEX triplet: 32, 74 and 3D. RGB value is (50,116,61). Sum of RGB (Red+Green+Blue) = 50+116+61=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #32743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743D is #CD8BC2. Grayscale: #5A5A5A. Windows color (decimal): -13470659 or 4027442. OLE color: 4027442.
HSL color Cylindrical-coordinate representation of color #32743D: hue angle of 130º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32743D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 61 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.55 |
| HSL | 130º | 0.4% | 0.33% | - |
| HSV(B) | 130º | 0.57% | 0.45% | - |
| XYZ | 8.4 | 13.51 | 6.58 | - |
| YUV | 90 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 61 | 0.57 | 0 | 0.47 | 0.55 | 130 | 0.4 | 0.33 |
| Hex | 32 | 74 | 3D | 39 | 0 | 2F | 37 | 82 | 28 | 21 |
| Octal | 62 | 164 | 75 | 71 | 0 | 57 | 67 | 202 | 50 | 41 |
| Binary | 110010 | 1110100 | 111101 | 111001 | 0 | 101111 | 110111 | 10000010 | 101000 | 100001 |
Color Harmonies of #32743D
Complementary color
Monochromatic Colors of #32743D
Black with #32743D
Text Example
Text Example
White with #32743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32743D; }
p { color: rgb(50,116,61); }
H1.HeaderClassName
{
color: #32743D;
}
.AnyTagClassName
{
color: #32743D;
}
</style>
background-color css
<style>
a { background-color: #32743D; }
a { background-color: rgb(50,116,61); }
div.DivClassName
{
background-color: #32743D;
}
.BgClassName
{
background-color: #32743D;
}
</style>
border-color css
<style>
span { border-color: #32743D; }
span { border-color: rgb(50,116,61); }
td.TdClassName
{
border-color: #32743D;
}
.TagClassName
{
border-color: #32743D;
}
</style>