Shades of Japanese Laurel #326F2D
Tints of Japanese Laurel #326F2D
RGB
CMYK
RGB Variations
Color information
#326F2D (or 0x326F2D) is known color: Japanese Laurel. HEX triplet: 32, 6F and 2D. RGB value is (50,111,45). Sum of RGB (Red+Green+Blue) = 50+111+45=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #326F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F2D is #CD90D2. Grayscale: #555555. Windows color (decimal): -13471955 or 2977586. OLE color: 2977586.
HSL color Cylindrical-coordinate representation of color #326F2D: hue angle of 115.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326F2D is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 45 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.56 |
| HSL | 115.45º | 0.42% | 0.31% | - |
| HSV(B) | 115.45º | 0.59% | 0.44% | - |
| XYZ | 7.47 | 12.24 | 4.45 | - |
| YUV | 85.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 45 | 0.55 | 0 | 0.59 | 0.56 | 115.45 | 0.42 | 0.31 |
| Hex | 32 | 6F | 2D | 37 | 0 | 3B | 38 | 73 | 2A | 1F |
| Octal | 62 | 157 | 55 | 67 | 0 | 73 | 70 | 163 | 52 | 37 |
| Binary | 110010 | 1101111 | 101101 | 110111 | 0 | 111011 | 111000 | 1110011 | 101010 | 11111 |
Color Harmonies of #326F2D
Complementary color
Monochromatic Colors of #326F2D
Black with #326F2D
Text Example
Text Example
White with #326F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F2D; }
p { color: rgb(50,111,45); }
H1.HeaderClassName
{
color: #326F2D;
}
.AnyTagClassName
{
color: #326F2D;
}
</style>
background-color css
<style>
a { background-color: #326F2D; }
a { background-color: rgb(50,111,45); }
div.DivClassName
{
background-color: #326F2D;
}
.BgClassName
{
background-color: #326F2D;
}
</style>
border-color css
<style>
span { border-color: #326F2D; }
span { border-color: rgb(50,111,45); }
td.TdClassName
{
border-color: #326F2D;
}
.TagClassName
{
border-color: #326F2D;
}
</style>