Shades of Japanese Laurel #32712A
Tints of Japanese Laurel #32712A
RGB
CMYK
RGB Variations
Color information
#32712A (or 0x32712A) is known color: Japanese Laurel. HEX triplet: 32, 71 and 2A. RGB value is (50,113,42). Sum of RGB (Red+Green+Blue) = 50+113+42=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #32712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32712A is #CD8ED5. Grayscale: #565656. Windows color (decimal): -13471446 or 2781490. OLE color: 2781490.
HSL color Cylindrical-coordinate representation of color #32712A: hue angle of 113.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32712A is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 42 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.56 |
| HSL | 113.24º | 0.46% | 0.3% | - |
| HSV(B) | 113.24º | 0.63% | 0.44% | - |
| XYZ | 7.64 | 12.66 | 4.23 | - |
| YUV | 86.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 42 | 0.56 | 0 | 0.63 | 0.56 | 113.24 | 0.46 | 0.3 |
| Hex | 32 | 71 | 2A | 38 | 0 | 3F | 38 | 71 | 2E | 1E |
| Octal | 62 | 161 | 52 | 70 | 0 | 77 | 70 | 161 | 56 | 36 |
| Binary | 110010 | 1110001 | 101010 | 111000 | 0 | 111111 | 111000 | 1110001 | 101110 | 11110 |
Color Harmonies of #32712A
Complementary color
Monochromatic Colors of #32712A
Black with #32712A
Text Example
Text Example
White with #32712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32712A; }
p { color: rgb(50,113,42); }
H1.HeaderClassName
{
color: #32712A;
}
.AnyTagClassName
{
color: #32712A;
}
</style>
background-color css
<style>
a { background-color: #32712A; }
a { background-color: rgb(50,113,42); }
div.DivClassName
{
background-color: #32712A;
}
.BgClassName
{
background-color: #32712A;
}
</style>
border-color css
<style>
span { border-color: #32712A; }
span { border-color: rgb(50,113,42); }
td.TdClassName
{
border-color: #32712A;
}
.TagClassName
{
border-color: #32712A;
}
</style>