Shades of Japanese Laurel #32883D
Tints of Japanese Laurel #32883D
RGB
CMYK
RGB Variations
Color information
#32883D (or 0x32883D) is known color: Japanese Laurel. HEX triplet: 32, 88 and 3D. RGB value is (50,136,61). Sum of RGB (Red+Green+Blue) = 50+136+61=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #32883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32883D is #CD77C2. Grayscale: #656565. Windows color (decimal): -13465539 or 4032562. OLE color: 4032562.
HSL color Cylindrical-coordinate representation of color #32883D: hue angle of 127.67º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32883D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 61 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.47 |
| HSL | 127.67º | 0.46% | 0.36% | - |
| HSV(B) | 127.67º | 0.63% | 0.53% | - |
| XYZ | 10.96 | 18.62 | 7.43 | - |
| YUV | 101.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 61 | 0.63 | 0 | 0.55 | 0.47 | 127.67 | 0.46 | 0.36 |
| Hex | 32 | 88 | 3D | 3F | 0 | 37 | 2F | 80 | 2E | 24 |
| Octal | 62 | 210 | 75 | 77 | 0 | 67 | 57 | 200 | 56 | 44 |
| Binary | 110010 | 10001000 | 111101 | 111111 | 0 | 110111 | 101111 | 10000000 | 101110 | 100100 |
Color Harmonies of #32883D
Complementary color
Monochromatic Colors of #32883D
Black with #32883D
Text Example
Text Example
White with #32883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32883D; }
p { color: rgb(50,136,61); }
H1.HeaderClassName
{
color: #32883D;
}
.AnyTagClassName
{
color: #32883D;
}
</style>
background-color css
<style>
a { background-color: #32883D; }
a { background-color: rgb(50,136,61); }
div.DivClassName
{
background-color: #32883D;
}
.BgClassName
{
background-color: #32883D;
}
</style>
border-color css
<style>
span { border-color: #32883D; }
span { border-color: rgb(50,136,61); }
td.TdClassName
{
border-color: #32883D;
}
.TagClassName
{
border-color: #32883D;
}
</style>