Shades of Japanese Laurel #32753E
Tints of Japanese Laurel #32753E
RGB
CMYK
RGB Variations
Color information
#32753E (or 0x32753E) is known color: Japanese Laurel. HEX triplet: 32, 75 and 3E. RGB value is (50,117,62). Sum of RGB (Red+Green+Blue) = 50+117+62=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #32753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32753E is #CD8AC1. Grayscale: #5A5A5A. Windows color (decimal): -13470402 or 4093234. OLE color: 4093234.
HSL color Cylindrical-coordinate representation of color #32753E: hue angle of 130.75º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32753E is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 62 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.54 |
| HSL | 130.75º | 0.4% | 0.33% | - |
| HSV(B) | 130.75º | 0.57% | 0.46% | - |
| XYZ | 8.55 | 13.75 | 6.76 | - |
| YUV | 90.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 62 | 0.57 | 0 | 0.47 | 0.54 | 130.75 | 0.4 | 0.33 |
| Hex | 32 | 75 | 3E | 39 | 0 | 2F | 36 | 83 | 28 | 21 |
| Octal | 62 | 165 | 76 | 71 | 0 | 57 | 66 | 203 | 50 | 41 |
| Binary | 110010 | 1110101 | 111110 | 111001 | 0 | 101111 | 110110 | 10000011 | 101000 | 100001 |
Color Harmonies of #32753E
Complementary color
Monochromatic Colors of #32753E
Black with #32753E
Text Example
Text Example
White with #32753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32753E; }
p { color: rgb(50,117,62); }
H1.HeaderClassName
{
color: #32753E;
}
.AnyTagClassName
{
color: #32753E;
}
</style>
background-color css
<style>
a { background-color: #32753E; }
a { background-color: rgb(50,117,62); }
div.DivClassName
{
background-color: #32753E;
}
.BgClassName
{
background-color: #32753E;
}
</style>
border-color css
<style>
span { border-color: #32753E; }
span { border-color: rgb(50,117,62); }
td.TdClassName
{
border-color: #32753E;
}
.TagClassName
{
border-color: #32753E;
}
</style>