Shades of Japanese Laurel #32713A
Tints of Japanese Laurel #32713A
RGB
CMYK
RGB Variations
Color information
#32713A (or 0x32713A) is known color: Japanese Laurel. HEX triplet: 32, 71 and 3A. RGB value is (50,113,58). Sum of RGB (Red+Green+Blue) = 50+113+58=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #32713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32713A is #CD8EC5. Grayscale: #585858. Windows color (decimal): -13471430 or 3830066. OLE color: 3830066.
HSL color Cylindrical-coordinate representation of color #32713A: hue angle of 127.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32713A is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 58 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.56 |
| HSL | 127.62º | 0.39% | 0.32% | - |
| HSV(B) | 127.62º | 0.56% | 0.44% | - |
| XYZ | 7.98 | 12.79 | 6.05 | - |
| YUV | 87.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 58 | 0.56 | 0 | 0.49 | 0.56 | 127.62 | 0.39 | 0.32 |
| Hex | 32 | 71 | 3A | 38 | 0 | 31 | 38 | 80 | 27 | 20 |
| Octal | 62 | 161 | 72 | 70 | 0 | 61 | 70 | 200 | 47 | 40 |
| Binary | 110010 | 1110001 | 111010 | 111000 | 0 | 110001 | 111000 | 10000000 | 100111 | 100000 |
Color Harmonies of #32713A
Complementary color
Monochromatic Colors of #32713A
Black with #32713A
Text Example
Text Example
White with #32713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32713A; }
p { color: rgb(50,113,58); }
H1.HeaderClassName
{
color: #32713A;
}
.AnyTagClassName
{
color: #32713A;
}
</style>
background-color css
<style>
a { background-color: #32713A; }
a { background-color: rgb(50,113,58); }
div.DivClassName
{
background-color: #32713A;
}
.BgClassName
{
background-color: #32713A;
}
</style>
border-color css
<style>
span { border-color: #32713A; }
span { border-color: rgb(50,113,58); }
td.TdClassName
{
border-color: #32713A;
}
.TagClassName
{
border-color: #32713A;
}
</style>