Shades of Japanese Laurel #32843C
Tints of Japanese Laurel #32843C
RGB
CMYK
RGB Variations
Color information
#32843C (or 0x32843C) is known color: Japanese Laurel. HEX triplet: 32, 84 and 3C. RGB value is (50,132,60). Sum of RGB (Red+Green+Blue) = 50+132+60=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #32843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32843C is #CD7BC3. Grayscale: #636363. Windows color (decimal): -13466564 or 3966002. OLE color: 3966002.
HSL color Cylindrical-coordinate representation of color #32843C: hue angle of 127.32º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32843C is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 60 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.48 |
| HSL | 127.32º | 0.45% | 0.36% | - |
| HSV(B) | 127.32º | 0.62% | 0.52% | - |
| XYZ | 10.38 | 17.51 | 7.11 | - |
| YUV | 99.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 60 | 0.62 | 0 | 0.55 | 0.48 | 127.32 | 0.45 | 0.36 |
| Hex | 32 | 84 | 3C | 3E | 0 | 37 | 30 | 7F | 2D | 24 |
| Octal | 62 | 204 | 74 | 76 | 0 | 67 | 60 | 177 | 55 | 44 |
| Binary | 110010 | 10000100 | 111100 | 111110 | 0 | 110111 | 110000 | 1111111 | 101101 | 100100 |
Color Harmonies of #32843C
Complementary color
Monochromatic Colors of #32843C
Black with #32843C
Text Example
Text Example
White with #32843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32843C; }
p { color: rgb(50,132,60); }
H1.HeaderClassName
{
color: #32843C;
}
.AnyTagClassName
{
color: #32843C;
}
</style>
background-color css
<style>
a { background-color: #32843C; }
a { background-color: rgb(50,132,60); }
div.DivClassName
{
background-color: #32843C;
}
.BgClassName
{
background-color: #32843C;
}
</style>
border-color css
<style>
span { border-color: #32843C; }
span { border-color: rgb(50,132,60); }
td.TdClassName
{
border-color: #32843C;
}
.TagClassName
{
border-color: #32843C;
}
</style>