Shades of Japanese Laurel #32732A
Tints of Japanese Laurel #32732A
RGB
CMYK
RGB Variations
Color information
#32732A (or 0x32732A) is known color: Japanese Laurel. HEX triplet: 32, 73 and 2A. RGB value is (50,115,42). Sum of RGB (Red+Green+Blue) = 50+115+42=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #32732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32732A is #CD8CD5. Grayscale: #575757. Windows color (decimal): -13470934 or 2782002. OLE color: 2782002.
HSL color Cylindrical-coordinate representation of color #32732A: hue angle of 113.42º 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 #32732A is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 42 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.55 |
| HSL | 113.42º | 0.46% | 0.31% | - |
| HSV(B) | 113.42º | 0.63% | 0.45% | - |
| XYZ | 7.86 | 13.11 | 4.31 | - |
| YUV | 87.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 42 | 0.57 | 0 | 0.63 | 0.55 | 113.42 | 0.46 | 0.31 |
| Hex | 32 | 73 | 2A | 39 | 0 | 3F | 37 | 71 | 2E | 1F |
| Octal | 62 | 163 | 52 | 71 | 0 | 77 | 67 | 161 | 56 | 37 |
| Binary | 110010 | 1110011 | 101010 | 111001 | 0 | 111111 | 110111 | 1110001 | 101110 | 11111 |
Color Harmonies of #32732A
Complementary color
Monochromatic Colors of #32732A
Black with #32732A
Text Example
Text Example
White with #32732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32732A; }
p { color: rgb(50,115,42); }
H1.HeaderClassName
{
color: #32732A;
}
.AnyTagClassName
{
color: #32732A;
}
</style>
background-color css
<style>
a { background-color: #32732A; }
a { background-color: rgb(50,115,42); }
div.DivClassName
{
background-color: #32732A;
}
.BgClassName
{
background-color: #32732A;
}
</style>
border-color css
<style>
span { border-color: #32732A; }
span { border-color: rgb(50,115,42); }
td.TdClassName
{
border-color: #32732A;
}
.TagClassName
{
border-color: #32732A;
}
</style>