Shades of Japanese Laurel #32822E
Tints of Japanese Laurel #32822E
RGB
CMYK
RGB Variations
Color information
#32822E (or 0x32822E) is known color: Japanese Laurel. HEX triplet: 32, 82 and 2E. RGB value is (50,130,46). Sum of RGB (Red+Green+Blue) = 50+130+46=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #32822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32822E is #CD7DD1. Grayscale: #606060. Windows color (decimal): -13467090 or 3047986. OLE color: 3047986.
HSL color Cylindrical-coordinate representation of color #32822E: hue angle of 117.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32822E is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 46 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.49 |
| HSL | 117.14º | 0.48% | 0.35% | - |
| HSV(B) | 117.14º | 0.65% | 0.51% | - |
| XYZ | 9.79 | 16.84 | 5.32 | - |
| YUV | 96.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 46 | 0.62 | 0 | 0.65 | 0.49 | 117.14 | 0.48 | 0.35 |
| Hex | 32 | 82 | 2E | 3E | 0 | 41 | 31 | 75 | 30 | 23 |
| Octal | 62 | 202 | 56 | 76 | 0 | 101 | 61 | 165 | 60 | 43 |
| Binary | 110010 | 10000010 | 101110 | 111110 | 0 | 1000001 | 110001 | 1110101 | 110000 | 100011 |
Color Harmonies of #32822E
Complementary color
Monochromatic Colors of #32822E
Black with #32822E
Text Example
Text Example
White with #32822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32822E; }
p { color: rgb(50,130,46); }
H1.HeaderClassName
{
color: #32822E;
}
.AnyTagClassName
{
color: #32822E;
}
</style>
background-color css
<style>
a { background-color: #32822E; }
a { background-color: rgb(50,130,46); }
div.DivClassName
{
background-color: #32822E;
}
.BgClassName
{
background-color: #32822E;
}
</style>
border-color css
<style>
span { border-color: #32822E; }
span { border-color: rgb(50,130,46); }
td.TdClassName
{
border-color: #32822E;
}
.TagClassName
{
border-color: #32822E;
}
</style>