Shades of Japanese Laurel #32743A
Tints of Japanese Laurel #32743A
RGB
CMYK
RGB Variations
Color information
#32743A (or 0x32743A) is known color: Japanese Laurel. HEX triplet: 32, 74 and 3A. RGB value is (50,116,58). Sum of RGB (Red+Green+Blue) = 50+116+58=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #32743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743A is #CD8BC5. Grayscale: #595959. Windows color (decimal): -13470662 or 3830834. OLE color: 3830834.
HSL color Cylindrical-coordinate representation of color #32743A: hue angle of 127.27º 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 #32743A is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 58 | - |
| CMYK | 0.57 | 0 | 0.5 | 0.55 |
| HSL | 127.27º | 0.4% | 0.33% | - |
| HSV(B) | 127.27º | 0.57% | 0.45% | - |
| XYZ | 8.32 | 13.47 | 6.17 | - |
| YUV | 89.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 58 | 0.57 | 0 | 0.5 | 0.55 | 127.27 | 0.4 | 0.33 |
| Hex | 32 | 74 | 3A | 39 | 0 | 32 | 37 | 7F | 28 | 21 |
| Octal | 62 | 164 | 72 | 71 | 0 | 62 | 67 | 177 | 50 | 41 |
| Binary | 110010 | 1110100 | 111010 | 111001 | 0 | 110010 | 110111 | 1111111 | 101000 | 100001 |
Color Harmonies of #32743A
Complementary color
Monochromatic Colors of #32743A
Black with #32743A
Text Example
Text Example
White with #32743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32743A; }
p { color: rgb(50,116,58); }
H1.HeaderClassName
{
color: #32743A;
}
.AnyTagClassName
{
color: #32743A;
}
</style>
background-color css
<style>
a { background-color: #32743A; }
a { background-color: rgb(50,116,58); }
div.DivClassName
{
background-color: #32743A;
}
.BgClassName
{
background-color: #32743A;
}
</style>
border-color css
<style>
span { border-color: #32743A; }
span { border-color: rgb(50,116,58); }
td.TdClassName
{
border-color: #32743A;
}
.TagClassName
{
border-color: #32743A;
}
</style>